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 | ?J????O^ | 0011111101001010001111110011111100111111001111110100111101011110 | 3f4a3f3f3f3f4f5e |
| SJIS-WIN | ?J????O^ | 0011111101001010001111110011111100111111001111110100111101011110 | 3f4a3f3f3f3f4f5e |
| EUC-JP | ?J????O^ | 0011111101001010001111110011111100111111001111110100111101011110 | 3f4a3f3f3f3f4f5e |
| UTF-8 | 혪J혩짧혩짢O^ | 111011011001100010101010010010101110110110011000101010011110110010100111101001111110110110011000101010011110110010100111101000100100111101011110 | ed98aa4aed98a9eca7a7ed98a9eca7a24f5e |
| UHC | 혪J혩짧혩짢O^ | 11000010100100100100101011000010100100011100001010101010110000101001000111000010101010000100111101011110 | c2924ac291c2aac291c2a84f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)