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 | ??塢?? | 001111110011111110011010110001110011111100111111 | 3f3f9ac73f3f |
EUC-JP | ??塢?? | 001111110011111111010100110010010011111100111111 | 3f3fd4c93f3f |
UTF-8 | 렋年塢롍돁 | 111010111010000010001011111011111010011010001110111001011010000110100010111010111010000110001101111010111000111110000001 | eba08befa68ee5a1a2eba18deb8f81 |
UHC | 렋年塢롍돁 | 10001110101000101110011011000100111001111111000110001110110100111000100110010100 | 8ea2e6c4e7f18ed38994 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)