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 | ??m | 001111110011111101101101 | 3f3f6d |
SJIS-WIN | ツ州m | 11000010100011110100001001101101 | c28f426d |
EUC-JP | ツ州m | 1000111011000010101111011010001101101101 | 8ec2bda36d |
UTF-8 | ツ州m | 11101111101111101000001011100101101101111001111001101101 | efbe82e5b79e6d |
UHC | ?州m | 00111111111100011011011001101101 | 3ff1b66d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)