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 | 歪??孃? | 10011000011000110011111100111111100110110110111100111111 | 98633f3f9b6f3f |
EUC-JP | 歪??孃? | 11001111110001000011111100111111110101011101000000111111 | cfc43f3fd5d03f |
UTF-8 | 歪든걀孃녑 | 111001101010110110101010111010111001001110100000111010101011000110000000111001011010110110000011111010111000010110010001 | e6adaaeb93a0eab180e5ad83eb8591 |
UHC | 歪든걀孃녑 | 11101000111000001011010111100111101100001011111111100101101111101011001111100101 | e8e0b5e7b0bfe5beb3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)