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 | 歪??鵝? | 10011000011000110011111100111111111010100100000000111111 | 98633f3fea403f |
EUC-JP | 歪??鵝? | 11001111110001000011111100111111111100111010000100111111 | cfc43f3ff3a13f |
UTF-8 | 歪든걀鵝녑 | 111001101010110110101010111010111001001110100000111010101011000110000000111010011011010110011101111010111000010110010001 | e6adaaeb93a0eab180e9b59deb8591 |
UHC | 歪든걀鵝녑 | 11101000111000001011010111100111101100001011111111100100101111011011001111100101 | e8e0b5e7b0bfe4bdb3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)