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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 歪?歪?^ | 10011000011000110011111110011000011000110011111101011110 | 98633f98633f5e |
EUC-JP | 歪?歪?^ | 11001111110001000011111111001111110001000011111101011110 | cfc43fcfc43f5e |
UTF-8 | 歪둒歪둒^ | 11100110101011011010101011101011100100011001001011100110101011011010101011101011100100011001001001011110 | e6adaaeb9192e6adaaeb91925e |
UHC | 歪둒歪둒^ | 111010001110000010001010010011001110100011100000100010100100110001011110 | e8e08a4ce8e08a4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)