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 | 梧???ヨ? | 1000110011100110001111110011111100111111100000111000100000111111 | 8ce63f3f3f83883f |
| EUC-JP | 梧???ヨ? | 1011100011101000001111110011111100111111101001011110100000111111 | b8e83f3f3fa5e83f |
| UTF-8 | 梧녔퍜呂ヨ쮴 | 111001101010001010100111111010111000010110010100111011011000110110011100111011111010011010000000111000111000001110101000111011001010111010110100 | e6a2a7eb8594ed8d9cefa680e383a8ecaeb4 |
| UHC | 梧녔퍜呂ヨ쮴 | 111001111111110010110011111001101011101110010011111001011111101110101011111010001010100010010001 | e7fcb3e6bb93e5fbabe8a891 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)