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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ???袁ν? | 0011111100111111001111111110010111001101100000111100101100111111 | 3f3f3fe5cd83cb3f |
| EUC-JP | ???袁ν? | 0011111100111111001111111110101011001111101001101100110100111111 | 3f3f3feacfa6cd3f |
| UTF-8 | 梨붺쳥袁ν돮 | 1110111110100111101000101110101110110110101110101110110010110011101001011110100010100010100000011100111010111101111010111000111110101110 | efa7a2ebb6baecb3a5e8a281cebdeb8fae |
| UHC | 梨붺쳥袁ν돮 | 111011001011000110010100111001111010101110001010111010101011111010100101111011011000100110110001 | ecb194e7ab8aeabea5ed89b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)