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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 蛟ュU | 11100101100000001010110101010101 | e580ad55 |
EUC-JP | 蛟ュU | 1110100111100000100011101010110101010101 | e9e08ead55 |
UTF-8 | 蛟ュU | 11101000100110111001111111101111101111011010110101010101 | e89b9fefbdad55 |
UHC | 蛟?U | 11001110111100010011111101010101 | cef13f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)