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 | 100111111111100100111111001111111110000001101001001111110011111101001001 | 9ff93f3fe0693f3f49 |
| EUC-JP | 漱??瀛??I | 110111101111101100111111001111111101111111001010001111110011111101001001 | defb3f3fdfca3f3f49 |
| UTF-8 | 漱땹뢎瀛걦뢓I | 11100110101111001011000111101011100101011011100111101011101000101000111011100111100000001001101111101010101100011010011011101011101000101001001101001001 | e6bcb1eb95b9eba28ee7809beab1a6eba29349 |
| UHC | 漱땹뢎瀛걦뢓I | 11100010101010111000101110001111100011110100100111100111101110101000000110001111100011110100111001001001 | e2ab8b8f8f49e7ba818f8f4e49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)