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 | ?M?i?M?iB | 001111110100110100111111011010010011111101001101001111110110100101000010 | 3f4d3f693f4d3f6942 |
SJIS-WIN | ?M?i?M?iB | 001111110100110100111111011010010011111101001101001111110110100101000010 | 3f4d3f693f4d3f6942 |
EUC-JP | ?M?i?M?iB | 001111110100110100111111011010010011111101001101001111110110100101000010 | 3f4d3f693f4d3f6942 |
UTF-8 | 청M짙i청M짙iB | 1110110010110010101011010100110111101100101001111001100101101001111011001011001010101101010011011110110010100111100110010110100101000010 | ecb2ad4deca79969ecb2ad4deca7996942 |
UHC | 청M짙i청M짙iB | 11000011101110110100110111000010101000110110100111000011101110110100110111000010101000110110100101000010 | c3bb4dc2a369c3bb4dc2a36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)