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 | ??????O | 00111111001111110011111100111111001111110011111101001111 | 3f3f3f3f3f3f4f |
| SJIS-WIN | ??∮??ヘO | 001111110011111110000111100100110011111100111111100000110111011101001111 | 3f3f87933f3f83774f |
| EUC-JP | ?????ヘO | 0011111100111111001111110011111100111111101001011101100001001111 | 3f3f3f3f3fa5d84f |
| UTF-8 | 룶첂∮룵卽ヘO | 11101011101000111011011011101100101100101000001011100010100010001010111011101011101000111011010111100101100011011011110111100011100000111001100001001111 | eba3b6ecb282e288aeeba3b5e58dbde383984f |
| UHC | 룶첂∮룵卽ヘO | 10001111101010111010101010001111101000101011000110001111101010101111000111101101101010111101100001001111 | 8fabaa8fa2b18faaf1edabd84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)