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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 禹紗缺\ | 11100010010110101000111011010001111000111001111001011100 | e25a8ed1e39e5c |
EUC-JP | 禹紗缺\ | 11100011101110111011110011010011111001011111111001011100 | e3bbbcd3e5fe5c |
UTF-8 | 禹紗缺\ | 11100111101001101011100111100111101101001001011111100111101111001011101001011100 | e7a6b9e7b497e7bcba5c |
UHC | 禹紗缺\ | 11101001111000001101111011101001110011001100000001011100 | e9e0dee9ccc05c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)