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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??癰iセ | 0011111100111111111000011001111010000010100010011000001101011010 | 3f3fe19e8289835a |
EUC-JP | ??癰iセ | 0011111100111111111000011111111010100011111010011010010110111011 | 3f3fe1fea3e9a5bb |
UTF-8 | 척짹癰iセ | 111011001011001010011001111011001010011110111001111001111001100110110000111011111011110110001001111000111000001010111011 | ecb299eca7b9e799b0efbd89e382bb |
UHC | 척짹癰iセ | 11000011101101001100001010110001111010001011100110100011111010011010101110111011 | c3b4c2b1e8b9a3e9abbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)