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 | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| SJIS-WIN | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| EUC-JP | ???L???LB | 001111110011111100111111010011000011111100111111001111110100110001000010 | 3f3f3f4c3f3f3f4c42 |
| UTF-8 | 챘짭짯L챘짭짯LB | 111011001011000110011000111011001010011110101101111011001010011110101111010011001110110010110001100110001110110010100111101011011110110010100111101011110100110001000010 | ecb198eca7adeca7af4cecb198eca7adeca7af4c42 |
| UHC | 챘짭짯L챘짭짯LB | 110000111010101111000010101011001100001010101101010011001100001110101011110000101010110011000010101011010100110001000010 | c3abc2acc2ad4cc3abc2acc2ad4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)