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 | 祭?淫?蹟 | 1000110111010101001111111000100011111010001111111001000011010110 | 8dd53f88fa3f90d6 |
EUC-JP | 祭?淫?蹟 | 1011101011010111001111111011000011111100001111111100000011011000 | bad73fb0fc3fc0d8 |
UTF-8 | 祭렢淫렧蹟 | 111001111010010110101101111010111010000010100010111001101011011110101011111010111010000010100111111010001011100110011111 | e7a5adeba0a2e6b7abeba0a7e8b99f |
UHC | 祭렢淫렧蹟 | 11110000101011101000111010110011111010111110001010001110101101101110111011100111 | f0ae8eb3ebe28eb6eee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)