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 | 111011001011000110011001111011001010011110111001111011011001100010011010010011001110110010110001100110011110110010100111101110011110110110011000100110100100110001000010 | ecb199eca7b9ed989a4cecb199eca7b9ed989a4c42 |
| UHC | 챙짹혚L챙짹혚LB | 110000111010110011000010101100011100001010000101010011001100001110101100110000101011000111000010100001010100110001000010 | c3acc2b1c2854cc3acc2b1c2854c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)