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 | 畯?梯?蔚? | 111110110110111100111111100100101111001000111111100010010101010100111111 | fb6f3f92f23f89553f |
EUC-JP | 畯?梯?蔚? | 10001111110011011011101100111111110001001111010000111111101100011011011000111111 | 8fcdbb3fc4f43fb1b63f |
UTF-8 | 畯렡梯렎蔚렡 | 111001111001010110101111111010111010000010100001111001101010001010101111111010111010000010001110111010001001010010011010111010111010000010100001 | e795afeba0a1e6a2afeba08ee8949aeba0a1 |
UHC | 畯렡梯렎蔚렡 | 111100011110000110001110101100101111000010101100100011101010010011101010101001011000111010110010 | f1e18eb2f0ac8ea4eaa58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)