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 | 食??? | 1001000001001000001111110011111100111111 | 90483f3f3f |
EUC-JP | 食??莘 | 10111111101010010011111100111111100011111101100010101011 | bfa93f3f8fd8ab |
UTF-8 | 食롢댏莘 | 111010011010001110011111111010111010000110100010111010111000110010001111111010001000111010011000 | e9a39feba1a2eb8c8fe88e98 |
UHC | 食롢댏莘 | 1110001111011101100011101110001110001000101110001110001111101110 | e3dd8ee388b8e3ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)