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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 掩????^ | 10001001100001100011111100111111001111110011111101011110 | 89863f3f3f3f5e |
EUC-JP | 掩??佾?^ | 101100011110011000111111001111111000111110110000111110110011111101011110 | b1e63f3f8fb0fb3f5e |
UTF-8 | 掩뽯돀佾밻^ | 11100110100011101010100111101011101111011010111111101011100011111000000011100100101111011011111011101011101100001011101101011110 | e68ea9ebbdafeb8f80e4bdbeebb0bb5e |
UHC | 掩뽯돀佾밻^ | 1110010111110011100101101110101110001001100100111110110011101011100100110110010101011110 | e5f396eb8993eceb93655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)