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 | TFYG^ | 100100100101010010010010010001101001001001011001100100100100011101011110 | 92549246925992475e |
SJIS-WIN | ?T?F?Y?G^ | 001111110101010000111111010001100011111101011001001111110100011101011110 | 3f543f463f593f475e |
EUC-JP | ?T?F?Y?G^ | 001111110101010000111111010001100011111101011001001111110100011101011110 | 3f543f463f593f475e |
UTF-8 | TFYG^ | 11000010100100100101010011000010100100100100011011000010100100100101100111000010100100100100011101011110 | c29254c29246c29259c292475e |
UHC | ?T?F?Y?G^ | 001111110101010000111111010001100011111101011001001111110100011101011110 | 3f543f463f593f475e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)