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 | 鴦??認?? | 1110100111110001001111110011111110010100010001100011111100111111 | e9f13f3f94463f3f |
| EUC-JP | 鴦??認?? | 1111001011110011001111110011111111000111101001110011111100111111 | f2f33f3fc7a73f3f |
| UTF-8 | 鴦볥떵認㎩럳 | 111010011011010010100110111010111011001110100101111010111001011010110101111010001010101010001101111000111000111010101001111010111001111110110011 | e9b4a6ebb3a5eb96b5e8aa8de38ea9eb9fb3 |
| UHC | 鴦볥떵認㎩럳 | 111001001110110010010011111010111011011010111010111011001110001110100111111001011000111010010011 | e4ec93ebb6baece3a7e58e93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)