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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | ツ鮮H | 11000010100100010100111001001000 | c2914e48 |
EUC-JP | ツ鮮H | 1000111011000010110000011010111101001000 | 8ec2c1af48 |
UTF-8 | ツ鮮H | 11101111101111101000001011101001101011101010111001001000 | efbe82e9aeae48 |
UHC | ?鮮H | 00111111111000001101100001001000 | 3fe0d848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)