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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 憶?⇔^ | 100010011010111100111111100000011100110001011110 | 89af3f81cc5e |
EUC-JP | 憶?⇔^ | 101100101011000100111111101000101100111001011110 | b2b13fa2ce5e |
UTF-8 | 憶귣⇔^ | 11100110100001101011011011101010101101111010001111100010100001111001010001011110 | e686b6eab7a3e287945e |
UHC | 憶귣⇔^ | 11100101111000111000001011101011101000101010001001011110 | e5e382eba2a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)