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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 첬횕챗횏횦 | 111011001011001010101100111011011001101010010101111011001011000110010111111011011001101010001111111011011001101010100110 | ecb2aced9a95ecb197ed9a8fed9aa6 |
UHC | 첬횕챗횏횦 | 11000011101110101100001110001111110000111010101011000011100010111100001110011101 | c3bac38fc3aac38bc39d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)