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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 昊??e^ | 100111011101110100111111001111110110010101011110 | 9ddd3f3f655e |
EUC-JP | 昊??e^ | 110110101101111100111111001111110110010101011110 | dadf3f3f655e |
UTF-8 | 昊꼮꽬e^ | 1110011010011000100010101110101010111100101011101110101010111101101011000110010101011110 | e6988aeabcaeeabdac655e |
UHC | 昊꼮꽬e^ | 1111101111000100100001001000100110000100101101110110010101011110 | fbc4848984b7655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)