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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 禹紗缺^ | 11100010010110101000111011010001111000111001111001011110 | e25a8ed1e39e5e |
EUC-JP | 禹紗缺^ | 11100011101110111011110011010011111001011111111001011110 | e3bbbcd3e5fe5e |
UTF-8 | 禹紗缺^ | 11100111101001101011100111100111101101001001011111100111101111001011101001011110 | e7a6b9e7b497e7bcba5e |
UHC | 禹紗缺^ | 11101001111000001101111011101001110011001100000001011110 | e9e0dee9ccc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)