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 | 将ツ娼ミ] | 10001111101010111100001010001111101010011101000001011101 | 8fabc28fa9d05d |
EUC-JP | 将ツ娼ミ] | 101111101010110110001110110000101011111010101011100011101101000001011101 | bead8ec2beab8ed05d |
UTF-8 | 将ツ娼ミ] | 11100101101100001000011011101111101111101000001011100101101010001011110011101111101111101001000001011101 | e5b086efbe82e5a8bcefbe905d |
UHC | ??娼?] | 001111110011111111110011110111100011111101011101 | 3f3ff3de3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)