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 | ????gLB | 00111111001111110011111100111111011001110100110001000010 | 3f3f3f3f674c42 |
SJIS-WIN | ????gLB | 00111111001111110011111100111111011001110100110001000010 | 3f3f3f3f674c42 |
EUC-JP | ????gLB | 00111111001111110011111100111111011001110100110001000010 | 3f3f3f3f674c42 |
UTF-8 | 챗짠혦짧gLB | 111011001011000110010111111011001010011110100000111011011001100010100110111011001010011110100111011001110100110001000010 | ecb197eca7a0ed98a6eca7a7674c42 |
UHC | 챗짠혦짧gLB | 1100001110101010110000101010011111000010100011101100001010101010011001110100110001000010 | c3aac2a7c28ec2aa674c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)