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 | ??魯?? | 001111110011111110011000010001000011111100111111 | 3f3f98443f3f |
EUC-JP | ??魯?? | 001111110011111111001111101001010011111100111111 | 3f3fcfa53f3f |
UTF-8 | 읽즈魯읽쨈 | 111011001001110110111101111011001010011010001000111010011010110110101111111011001001110110111101111011001010100010001000 | ec9dbdeca688e9adafec9dbdeca888 |
UHC | 읽즈魯읽쨈 | 11000000110100001100000111101110110101101101101111000000110100001100001010110100 | c0d0c1eed6dbc0d0c2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)