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 | 獄??油?? | 1000110110010110001111110011111110010110111110110011111100111111 | 8d963f3f96fb3f3f |
| EUC-JP | 獄??油?? | 1011100111110110001111110011111111001100111111010011111100111111 | b9f63f3fccfd3f3f |
| UTF-8 | 獄띔퉪油졾폂 | 111001111000110110000100111010111001110110010100111011011000100110101010111001101011001010111001111011001010000110111110111011011000111110000010 | e78d84eb9d94ed89aae6b2b9eca1beed8f82 |
| UHC | 獄띔퉪油졾폂 | 111010001010101110110110111010101011100110000010111010101111101010100000111001011011110010010001 | e8abb6eab982eafaa0e5bc91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)