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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 祭?藏?梯? | 100011011101010100111111111001010101010100111111100100101111001000111111 | 8dd53fe5553f92f23f |
EUC-JP | 祭?藏?梯? | 101110101101011100111111111010011011011000111111110001001111010000111111 | bad73fe9b63fc4f43f |
UTF-8 | 祭렢藏렜梯렲 | 111001111010010110101101111010111010000010100010111010001001011110001111111010111010000010011100111001101010001010101111111010111010000010110010 | e7a5adeba0a2e8978feba09ce6a2afeba0b2 |
UHC | 祭렢藏렜梯렲 | 111100001010111010001110101100111110110111111010100011101010111011110000101011001000111010111111 | f0ae8eb3edfa8eaef0ac8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)