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 | 鉦??? | 1000111111011110001111110011111100111111 | 8fde3f3f3f |
EUC-JP | 鉦??? | 1011111011100000001111110011111100111111 | bee03f3f3f |
UTF-8 | 鉦면렑렫 | 111010011000100110100110111010111010100110110100111010111010000010010001111010111010000010101011 | e989a6eba9b4eba091eba0ab |
UHC | 鉦면렑렫 | 1110111111111010101110001110100110001110101001101000111010111001 | effab8e98ea68eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)