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 | 蘂??蘂? | 11100101010000010011111100111111111001010100000100111111 | e5413f3fe5413f |
EUC-JP | 蘂??蘂? | 11101001101000100011111100111111111010011010001000111111 | e9a23f3fe9a23f |
UTF-8 | 蘂녔콖蘂녔 | 111010001001100010000010111010111000010110010100111011001011110110010110111010001001100010000010111010111000010110010100 | e89882eb8594ecbd96e89882eb8594 |
UHC | 蘂녔콖蘂녔 | 11100111110111101011001111100110101100011001000011100111110111101011001111100110 | e7deb3e6b190e7deb3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)