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 | 湿渉。 | 111100001100001110001110101111001000111111000010101000011111000011101011 | f0c38ebc8fc2a1f0eb |
EUC-JP | ?湿渉。? | 0011111110111100101111101011111011000100100011101010000100111111 | 3fbcbebec48ea13f |
UTF-8 | 湿渉。 | 111011101000001010000010111001101011100110111111111001101011100010001001111011111011110110100001111011101000001010101010 | ee8282e6b9bfe6b889efbda1ee82aa |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)