To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 鍄ク諛キ譴ィB | 11100111111110111011100011100110100001111011011111100110101000101010100001000010 | e7fbb8e687b7e6a2a842 |
EUC-JP | 鍄ク諛キ譴ィB | 11101110111111011000111010111000111010111110011110001110101101111110110010100100100011101010100001000010 | eefd8eb8ebe78eb7eca48ea842 |
UTF-8 | 鍄ク諛キ譴ィB | 11101001100011011000010011101111101111011011100011101000101010111001101111101111101111011011011111101000101011011011010011101111101111011010100001000010 | e98d84efbdb8e8ab9befbdb7e8adb4efbda842 |
UHC | ??諛?譴?B | 001111110011111111101011101100000011111111001100101110010011111101000010 | 3f3febb03fccb93f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)