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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 湿釈霙湿車 | 10001110101111001000111011011111111010001100001010001110101111001000111011010100 | 8ebc8edfe8c28ebc8ed4 |
EUC-JP | 湿釈霙湿車 | 10111100101111101011110011100001111100001100010010111100101111101011110011010110 | bcbebce1f0c4bcbebcd6 |
UTF-8 | 湿釈霙湿車 | 111001101011100110111111111010011000011110001000111010011001110010011001111001101011100110111111111010001011101110001010 | e6b9bfe98788e99c99e6b9bfe8bb8a |
UHC | ??霙?車 | 00111111001111111110011111001110001111111111001110110011 | 3f3fe7ce3ff3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)