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 | ?曉?? | 0011111110011101111110100011111100111111 | 3f9dfa3f3f |
EUC-JP | ?曉?薏 | 00111111110110101111110000111111100011111101100111011110 | 3fdafc3f8fd9de |
UTF-8 | 뤗曉뤂薏 | 111010111010010010010111111001101001101110001001111010111010010010000010111010001001011010001111 | eba497e69b89eba482e8968f |
UHC | 뤗曉뤂薏 | 1000111111000111111111001111101110001111101100111110101111111011 | 8fc7fcfb8fb3ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)