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 | 畯?梯?義? | 111110110110111100111111100100101111001000111111100010110110000000111111 | fb6f3f92f23f8b603f |
EUC-JP | 畯?梯?義? | 10001111110011011011101100111111110001001111010000111111101101011100000100111111 | 8fcdbb3fc4f43fb5c13f |
UTF-8 | 畯렡梯렎義렣 | 111001111001010110101111111010111010000010100001111001101010001010101111111010111010000010001110111001111011111010101001111010111010000010100011 | e795afeba0a1e6a2afeba08ee7bea9eba0a3 |
UHC | 畯렡梯렎義렣 | 111100011110000110001110101100101111000010101100100011101010010011101011111110011000111010110100 | f1e18eb2f0ac8ea4ebf98eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)