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 | 蹄?獨??蹄 | 100100101111101100111111111000001101010100111111001111111001001011111011 | 92fb3fe0d53f3f92fb |
EUC-JP | 蹄?獨??蹄 | 110001001111110100111111111000001101011100111111001111111100010011111101 | c4fd3fe0d73f3fc4fd |
UTF-8 | 蹄닻獨렺렒蹄 | 111010001011100110000100111010111000101110111011111001111000110110101000111010111010000010111010111010111010000010010010111010001011100110000100 | e8b984eb8bbbe78da8eba0baeba092e8b984 |
UHC | 蹄닻獨렺렒蹄 | 111100001011010010110100111010011101010010111100100011101100001010001110101001111111000010110100 | f0b4b4e9d4bc8ec28ea7f0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)