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 | 梧ョ?? | 100011001110011010000011100001110011111100111111 | 8ce683873f3f |
EUC-JP | 梧ョ?繇 | 1011100011101000101001011110011100111111100011111101010011010001 | b8e8a5e73f8fd4d1 |
UTF-8 | 梧ョ럷繇 | 111001101010001010100111111000111000001110100111111010111001111110110111111001111011100110000111 | e6a2a7e383a7eb9fb7e7b987 |
UHC | 梧ョ럷繇 | 1110011111111100101010111110011110001110100101101110100110100011 | e7fcabe78e96e9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)