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 | ??????I | 00111111001111110011111100111111001111110011111101001001 | 3f3f3f3f3f3f49 |
| SJIS-WIN | 搖??穩??I | 100111011000101000111111001111111110001001110010001111110011111101001001 | 9d8a3f3fe2723f3f49 |
| EUC-JP | 搖??穩??I | 110110011110101000111111001111111110001111010011001111110011111101001001 | d9ea3f3fe3d33f3f49 |
| UTF-8 | 搖억쉠穩먲슥I | 11100110100100001001011011101100100101101011010111101100100010011010000011100111101010011010100111101011101010001011001011101100100010101010010101001001 | e69096ec96b5ec89a0e7a9a9eba8b2ec8aa549 |
| UHC | 搖억쉠穩먲슥I | 11101000111101001011111011101111101111011010101011101000101100011001000011101111101111011011101101001001 | e8f4beefbdaae8b190efbdbb49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)