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???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
SJIS-WIN | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
EUC-JP | ?c???? | 001111110110001100111111001111110011111100111111 | 3f633f3f3f3f |
UTF-8 | 혱c챌짧혖짚 | 11101101100110001011000101100011111011001011000110001100111011001010011110100111111011011001100010010110111011001010011110011010 | ed98b163ecb18ceca7a7ed9896eca79a |
UHC | 혱c챌짧혖짚 | 1100001010011000011000111100001110100111110000101010101011000010100000011100001010100100 | c29863c3a7c2aac281c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)