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 | 咀坎?盤?藕 | 10011001111100001001101010101010001111111001010011010101001111111110010101011000 | 99f09aaa3f94d53fe558 |
EUC-JP | 咀坎?盤?藕 | 11010010111100101101010010101100001111111100100011010111001111111110100110111001 | d2f2d4ac3fc8d73fe9b9 |
UTF-8 | 咀坎렩盤법藕 | 111001011001001010000000111001011001110110001110111010111010000010101001111001111001101110100100111010111011001010010101111010001001011110010101 | e59280e59d8eeba0a9e79ba4ebb295e89795 |
UHC | 咀坎렩盤법藕 | 111011101011101011001010111011001000111010110111110110101110111110111001111111011110100111100100 | eebacaec8eb7daefb9fde9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)