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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??魯? | 0011111100111111100110000100010000111111 | 3f3f98443f |
EUC-JP | ??魯? | 0011111100111111110011111010010100111111 | 3f3fcfa53f |
UTF-8 | 읽쟈魯궷 | 111011001001110110111101111011001001111110001000111010011010110110101111111010101011011010110111 | ec9dbdec9f88e9adafeab6b7 |
UHC | 읽쟈魯궷 | 1100000011010000110000001111000011010110110110111011000111001100 | c0d0c0f0d6dbb1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)