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 | ?????㎞ | 00111111001111110011111100111111001111111000011101110001 | 3f3f3f3f3f8771 |
| EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| UTF-8 | 淋쀬㏏梨듭㎞ | 111011111010011110110101111011001000000010101100111000111000111110001111111011111010011110100010111010111001001110101101111000111000111010011110 | efa7b5ec80ace38f8fefa7a2eb93ade38e9e |
| UHC | 淋쀬㏏梨듭㎞ | 111011001111100010010111111011001010011110111001111011001011000110110101111011001010011110110000 | ecf897eca7b9ecb1b5eca7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)