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 | ?底??? | 001111111001001011101010001111110011111100111111 | 3f92ea3f3f3f |
EUC-JP | ?底??? | 001111111100010011101100001111110011111100111111 | 3fc4ec3f3f3f |
UTF-8 | 뤗底햶헨셉 | 111010111010010010010111111001011011101010010101111011011001011010110110111011011001011110101000111011001000010110001001 | eba497e5ba95ed96b6ed97a8ec8589 |
UHC | 뤗底햶헨셉 | 10001111110001111110111010111100110000011000111111000111111011101011110011000001 | 8fc7eebcc18fc7eebcc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)