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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 烏l?訟 | 10001001010001111000001010001100001111111000111111010111 | 8947828c3f8fd7 |
EUC-JP | 烏l?訟 | 10110001101010001010001111101100001111111011111011011001 | b1a8a3ec3fbed9 |
UTF-8 | 烏l웳訟 | 111001111000001110001111111011111011110110001100111011001001101110110011111010001010100010011111 | e7838fefbd8cec9bb3e8a89f |
UHC | 烏l웳訟 | 1110100010100001101000111110110010011111100000011110000111101000 | e8a1a3ec9f81e1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)