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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 湿湿湿失\ | 100011101011110010001110101111001000111010111100100011101011100001011100 | 8ebc8ebc8ebc8eb85c |
EUC-JP | 湿湿湿失\ | 101111001011111010111100101111101011110010111110101111001011101001011100 | bcbebcbebcbebcba5c |
UTF-8 | 湿湿湿失\ | 11100110101110011011111111100110101110011011111111100110101110011011111111100101101001001011000101011100 | e6b9bfe6b9bfe6b9bfe5a4b15c |
UHC | ???失\ | 001111110011111100111111111000111111011101011100 | 3f3f3fe3f75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)