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 | 咀坎?盤?? | 100110011111000010011010101010100011111110010100110101010011111100111111 | 99f09aaa3f94d53f3f |
EUC-JP | 咀坎?盤?? | 110100101111001011010100101011000011111111001000110101110011111100111111 | d2f2d4ac3fc8d73f3f |
UTF-8 | 咀坎렩盤벗亐 | 111001011001001010000000111001011001110110001110111010111010000010101001111001111001101110100100111010111011001010010111111001001011101010010000 | e59280e59d8eeba0a9e79ba4ebb297e4ba90 |
UHC | 咀坎렩盤벗亐 | 111011101011101011001010111011001000111010110111110110101110111110111001111111101110101010100111 | eebacaec8eb7daefb9feeaa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)