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 | ???sLB | 001111110011111100111111011100110100110001000010 | 3f3f3f734c42 |
SJIS-WIN | ???sLB | 001111110011111100111111011100110100110001000010 | 3f3f3f734c42 |
EUC-JP | ???sLB | 001111110011111100111111011100110100110001000010 | 3f3f3f734c42 |
UTF-8 | 챙혞짜sLB | 111011001011000110011001111011011001100010011110111011001010011110011100011100110100110001000010 | ecb199ed989eeca79c734c42 |
UHC | 챙혞짜sLB | 110000111010110011000010100010001100001010100101011100110100110001000010 | c3acc288c2a5734c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)