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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 청짭짙i청짭짙iB | 111011001011001010101101111011001010011110101101111011001010011110011001011010011110110010110010101011011110110010100111101011011110110010100111100110010110100101000010 | ecb2adeca7adeca79969ecb2adeca7adeca7996942 |
UHC | 청짭짙i청짭짙iB | 110000111011101111000010101011001100001010100011011010011100001110111011110000101010110011000010101000110110100101000010 | c3bbc2acc2a369c3bbc2acc2a36942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)