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?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
SJIS-WIN | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
EUC-JP | ???c?? | 001111110011111100111111011000110011111100111111 | 3f3f3f633f3f |
UTF-8 | 찼횣혖c횪짹 | 11101100101100001011110011101101100110101010001111101101100110001001011001100011111011011001101010101010111011001010011110111001 | ecb0bced9aa3ed989663ed9aaaeca7b9 |
UHC | 찼횣혖c횪짹 | 1100001110100001110000111001101011000010100000010110001111000011101000001100001010110001 | c3a1c39ac28163c3a0c2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)