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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 蟒幗。群] | 1110010110111011100110111110110010100001100011000101000101011101 | e5bb9beca18c515d |
EUC-JP | 蟒幗。群] | 111010101011110111010110111011101000111010100001101101111011001001011101 | eabdd6ee8ea1b7b25d |
UTF-8 | 蟒幗。群] | 11101000100111111001001011100101101110011001011111101111101111011010000111100111101111101010010001011101 | e89f92e5b997efbda1e7bea45d |
UHC | ???群] | 001111110011111100111111110011111101100001011101 | 3f3f3fcfd85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)