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 | 耳?珥??? | 1000111010101000001111111110000011100000001111110011111100111111 | 8ea83fe0e03f3f3f |
EUC-JP | 耳?珥??? | 1011110010101010001111111110000011100010001111110011111100111111 | bcaa3fe0e23f3f3f |
UTF-8 | 耳렲珥렮罹렯 | 111010001000000010110011111010111010000010110010111001111000111110100101111010111010000010101110111011111010011110100110111010111010000010101111 | e880b3eba0b2e78fa5eba0aeefa7a6eba0af |
UHC | 耳렲珥렮罹렯 | 111011001011110010001110101111111110110010110100100011101011101111101100101110101000111010111100 | ecbc8ebfecb48ebbecba8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)