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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 浴??浴??B | 100101111000000100111111001111111001011110000001001111110011111101000010 | 97813f3f97813f3f42 |
| EUC-JP | 浴??浴??B | 110011011110000100111111001111111100110111100001001111110011111101000010 | cde13f3fcde13f3f42 |
| UTF-8 | 浴녶뵺浴녶뵺B | 11100110101101011011010011101011100001011011011011101011101101011011101011100110101101011011010011101011100001011011011011101011101101011011101001000010 | e6b5b4eb85b6ebb5bae6b5b4eb85b6ebb5ba42 |
| UHC | 浴녶뵺浴녶뵺B | 11101001101100011000011011100101100101001011100011101001101100011000011011100101100101001011100001000010 | e9b186e594b8e9b186e594b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)