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 | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
| SJIS-WIN | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
| EUC-JP | ???x???xB | 001111110011111100111111011110000011111100111111001111110111100001000010 | 3f3f3f783f3f3f7842 |
| UTF-8 | 렱렖셌x렱렖셌xB | 111010111010000010110001111010111010000010010110111011001000010110001100011110001110101110100000101100011110101110100000100101101110110010000101100011000111100001000010 | eba0b1eba096ec858c78eba0b1eba096ec858c7842 |
| UHC | 렱렖셌x렱렖셌xB | 100011101011111010001110101010111011110011000011011110001000111010111110100011101010101110111100110000110111100001000010 | 8ebe8eabbcc3788ebe8eabbcc37842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)