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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 掩??膺? | 10001001100001100011111100111111111001000101111000111111 | 89863f3fe45e3f |
EUC-JP | 掩??膺? | 10110001111001100011111100111111111001111011111100111111 | b1e63f3fe7bf3f |
UTF-8 | 掩뽯돁膺갃 | 111001101000111010101001111010111011110110101111111010111000111110000001111010001000011010111010111010101011000010000011 | e68ea9ebbdafeb8f81e886baeab083 |
UHC | 掩뽯돁膺갃 | 11100101111100111001011011101011100010011001010011101011111011001000000101000010 | e5f396eb8994ebec8142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)