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 | 鹽??蘂 | 111010100110010000111111001111111110010101000001 | ea643f3fe541 |
EUC-JP | 鹽??蘂 | 111100111100010100111111001111111110100110100010 | f3c53f3fe9a2 |
UTF-8 | 鹽얕풛蘂 | 111010011011100110111101111011001001011010010101111011011001001010011011111010001001100010000010 | e9b9bdec9695ed929be89882 |
UHC | 鹽얕풛蘂 | 1110011110100100101111101110100010111110100111101110011111011110 | e7a4bee8be9ee7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)