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 | ???ZYB | 001111110011111100111111010110100101100101000010 | 3f3f3f5a5942 |
SJIS-WIN | ???ZYB | 001111110011111100111111010110100101100101000010 | 3f3f3f5a5942 |
EUC-JP | ???ZYB | 001111110011111100111111010110100101100101000010 | 3f3f3f5a5942 |
UTF-8 | 첬쨈짧ZYB | 111011001011001010101100111011001010100010001000111011001010011110100111010110100101100101000010 | ecb2aceca888eca7a75a5942 |
UHC | 첬쨈짧ZYB | 110000111011101011000010101101001100001010101010010110100101100101000010 | c3bac2b4c2aa5a5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)