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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
| SJIS-WIN | ?消???B | 00111111100011111100000100111111001111110011111101000010 | 3f8fc13f3f3f42 |
| EUC-JP | ?消???B | 00111111101111101100001100111111001111110011111101000010 | 3fbec33f3f3f42 |
| UTF-8 | 뤊消쭗뷘샹B | 11101011101001001000101011100110101101101000100011101100101011011001011111101011101101111001100011101100100000111011100101000010 | eba48ae6b688ecad97ebb798ec83b942 |
| UHC | 뤊消쭗뷘샹B | 1000111110111010111000011011110010100111100011111011101011100001101111001010011101000010 | 8fbae1bca78fbae1bca742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)