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??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | テ督コhテ督コ | 110000111001001111000010101110100110100011000011100100111100001010111010 | c393c2ba68c393c2ba |
EUC-JP | テ督コhテ督コ | 10001110110000111100011011000100100011101011101001101000100011101100001111000110110001001000111010111010 | 8ec3c6c48eba688ec3c6c48eba |
UTF-8 | テ督コhテ督コ | 11101111101111101000001111100111100111011010001111101111101111011011101001101000111011111011111010000011111001111001110110100011111011111011110110111010 | efbe83e79da3efbdba68efbe83e79da3efbdba |
UHC | ?督?h?督? | 001111111101010010111101001111110110100000111111110101001011110100111111 | 3fd4bd3f683fd4bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)