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???VO | 001111110011111100111111010011000011111100111111001111110101011001001111 | 3f3f3f4c3f3f3f564f |
| SJIS-WIN | ???L???VO | 001111110011111100111111010011000011111100111111001111110101011001001111 | 3f3f3f4c3f3f3f564f |
| EUC-JP | ???L???VO | 001111110011111100111111010011000011111100111111001111110101011001001111 | 3f3f3f4c3f3f3f564f |
| UTF-8 | 첬쨈쨈L첬쨈짤VO | 111011001011001010101100111011001010100010001000111011001010100010001000010011001110110010110010101011001110110010101000100010001110110010100111101001000101011001001111 | ecb2aceca888eca8884cecb2aceca888eca7a4564f |
| UHC | 첬쨈쨈L첬쨈짤VO | 110000111011101011000010101101001100001010110100010011001100001110111010110000101011010011000010101010010101011001001111 | c3bac2b4c2b44cc3bac2b4c2a9564f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)