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 | ??F? | 00111111001111110100011000111111 | 3f3f463f |
SJIS-WIN | 赳ュF蒹 | 111001101110000010101101010001101110010011100011 | e6e0ad46e4e3 |
EUC-JP | 赳ュF蒹 | 11101100111000101000111010101101010001101110100011100101 | ece28ead46e8e5 |
UTF-8 | 赳ュF蒹 | 11101000101101011011001111101111101111011010110101000110111010001001001010111001 | e8b5b3efbdad46e892b9 |
UHC | 赳?F? | 1101000010101111001111110100011000111111 | d0af3f463f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)