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 | ????}B | 001111110011111100111111001111110111110101000010 | 3f3f3f3f7d42 |
SJIS-WIN | 晶゙シウ}B | 10001111101110111101111010111100101100110111110101000010 | 8fbbdebcb37d42 |
EUC-JP | 晶゙シウ}B | 10111110101111011000111011011110100011101011110010001110101100110111110101000010 | bebd8ede8ebc8eb37d42 |
UTF-8 | 晶゙シウ}B | 1110011010011001101101101110111110111110100111101110111110111101101111001110111110111101101100110111110101000010 | e699b6efbe9eefbdbcefbdb37d42 |
UHC | 晶???}B | 11101111110111000011111100111111001111110111110101000010 | efdc3f3f3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)