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 | 獄??猷h? | 100011011001011000111111001111111001011101010001100000101000100000111111 | 8d963f3f975182883f |
| EUC-JP | 獄??猷h? | 101110011111011000111111001111111100110110110010101000111110100000111111 | b9f63f3fcdb2a3e83f |
| UTF-8 | 獄븍슔猷h린 | 111001111000110110000100111010111011100010001101111011001000101010010100111001111000110010110111111011111011110110001000111010111010011010110000 | e78d84ebb88dec8a94e78cb7efbd88eba6b0 |
| UHC | 獄븍슔猷h린 | 111010001010101110111010111010111001101010100011111010111010001110100011111010001011100010110000 | e8abbaeb9aa3eba3a3e8b8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)