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 | 咀坎?盤? | 1001100111110000100110101010101000111111100101001101010100111111 | 99f09aaa3f94d53f |
EUC-JP | 咀坎?盤? | 1101001011110010110101001010110000111111110010001101011100111111 | d2f2d4ac3fc8d73f |
UTF-8 | 咀坎렩盤벗 | 111001011001001010000000111001011001110110001110111010111010000010101001111001111001101110100100111010111011001010010111 | e59280e59d8eeba0a9e79ba4ebb297 |
UHC | 咀坎렩盤벗 | 11101110101110101100101011101100100011101011011111011010111011111011100111111110 | eebacaec8eb7daefb9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)