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 | 00111111001111110011111101001111 | 3f3f3f4f |
| SJIS-WIN | ?芽蟯O | 001111111000100111101000111001011011001001001111 | 3f89e8e5b24f |
| EUC-JP | ?芽蟯O | 001111111011001011101010111010101011010001001111 | 3fb2eaeab44f |
| UTF-8 | 쀯芽蟯O | 11101100100000001010111111101000100010101011110111101000100111111010111101001111 | ec80afe88abde89faf4f |
| UHC | 쀯芽蟯O | 10010111111011111110010010110100111010011010100001001111 | 97efe4b4e9a84f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)