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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蘖??訝 | 100111110101000000111111001111111110011001100010 | 9f503f3fe662 |
EUC-JP | 蘖??訝 | 110111011011000100111111001111111110101111000011 | ddb13f3febc3 |
UTF-8 | 蘖띸궘訝 | 111010001001100010010110111010111001110110111000111010101011011010011000111010001010100010011101 | e89896eb9db8eab698e8a89d |
UHC | 蘖띸궘訝 | 1110010111101110100011011110011110000010101011011110010010111000 | e5ee8de782ade4b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)