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 | ???c???l | 0011111100111111001111110110001100111111001111110011111101101100 | 3f3f3f633f3f3f6c |
SJIS-WIN | ???c???l | 0011111100111111001111110110001100111111001111110011111101101100 | 3f3f3f633f3f3f6c |
EUC-JP | ???c???l | 0011111100111111001111110110001100111111001111110011111101101100 | 3f3f3f633f3f3f6c |
UTF-8 | 챠혳짧c챠혱짭l | 1110110010110001101000001110110110011000101100111110110010100111101001110110001111101100101100011010000011101101100110001011000111101100101001111010110101101100 | ecb1a0ed98b3eca7a763ecb1a0ed98b1eca7ad6c |
UHC | 챠혳짧c챠혱짭l | 1100001110101101110000101001101011000010101010100110001111000011101011011100001010011000110000101010110001101100 | c3adc29ac2aa63c3adc298c2ac6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)