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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閠瑚シ母ケ | 1110100010000000100011001110100010111100100101011110101010111001 | e8808ce8bc95eab9 |
EUC-JP | 閠瑚シ母ケ | 11101111111000001011100011101010100011101011110011001010111011001000111010111001 | efe0b8ea8ebccaec8eb9 |
UTF-8 | 閠瑚シ母ケ | 111010011001011010100000111001111001000110011010111011111011110110111100111001101010111110001101111011111011110110111001 | e996a0e7919aefbdbce6af8defbdb9 |
UHC | ?瑚?母? | 00111111111110111101000100111111110110011011110100111111 | 3ffbd13fd9bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)