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 | 11100110101101011011010011101011100001011011110111101011100101101011010111100110101101011011010011101011100001011011110111101011100101101011010101000010 | e6b5b4eb85bdeb96b5e6b5b4eb85bdeb96b542 |
| UHC | 浴녽떵浴녽떵B | 11101001101100011000011011101001101101101011101011101001101100011000011011101001101101101011101001000010 | e9b186e9b6bae9b186e9b6ba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)