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 | 額??城?? | 1000101001111010001111110011111110001111111010010011111100111111 | 8a7a3f3f8fe93f3f |
EUC-JP | 額??城?? | 1011001111011011001111110011111110111110111010110011111100111111 | b3db3f3fbeeb3f3f |
UTF-8 | 額땶꽨城굥괫 | 111010011010000110001101111010111001010110110110111010101011110110101000111001011001111110001110111010101011010110100101111010101011010010101011 | e9a18deb95b6eabda8e59f8eeab5a5eab4ab |
UHC | 額땶꽨城굥괫 | 111001001111111010001011100011001000010010110011111000001111001010000010100010111000001001010100 | e4fe8b8c84b3e0f2828b8254 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)