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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 轣梧コ宗h | 1110011110000001100011001110011010111010100011110100000001101000 | e7818ce6ba8f4068 |
EUC-JP | 轣梧コ宗h | 111011011110000110111000111010001000111010111010101111011010000101101000 | ede1b8e88ebabda168 |
UTF-8 | 轣梧コ宗h | 11101000101111011010001111100110101000101010011111101111101111011011101011100101101011101001011101101000 | e8bda3e6a2a7efbdbae5ae9768 |
UHC | ?梧?宗h | 00111111111001111111110000111111111100001111001101101000 | 3fe7fc3ff0f368 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)