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 | 懿??陰 | 100111001111001000111111001111111000100101000001 | 9cf23f3f8941 |
EUC-JP | 懿??陰 | 110110001111010000111111001111111011000110100010 | d8f43f3fb1a2 |
UTF-8 | 懿낅죴陰 | 111001101000011110111111111010111000001010000101111011001010001110110100111010011001100110110000 | e687bfeb8285eca3b4e999b0 |
UHC | 懿낅죴陰 | 1110101111110011100001011110101110100001100011111110101111100100 | ebf385eba18febe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)