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 | 1110100010111000001111110011111100111111001111110011111101001111 | e8b83f3f3f3f3f4f |
| EUC-JP | 雕?????O | 1111000010111010001111110011111100111111001111110011111101001111 | f0ba3f3f3f3f3f4f |
| UTF-8 | 雕뀄렪블렲렯O | 11101001100110111001010111101011100000001000010011101011101000001010101011101011101110001001010011101011101000001011001011101011101000001010111101001111 | e99b95eb8084eba0aaebb894eba0b2eba0af4f |
| UHC | 雕뀄렪블렲렯O | 11110000111001111011001011101101100011101011100010111010111011011000111010111111100011101011110001001111 | f0e7b2ed8eb8baed8ebf8ebc4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)