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 | ??????t | 00111111001111110011111100111111001111110011111101110100 | 3f3f3f3f3f3f74 |
SJIS-WIN | 矗簔矣t | 11100001110111101111011110101001111101011011010111100010110000011110000111100001111100001110001101110100 | e1def7a9f5b5e2c1e1e1f0e374 |
EUC-JP | 矗??簔矣?t | 11100010111000000011111100111111111001001100001111100010111000110011111101110100 | e2e03f3fe4c3e2e33f74 |
UTF-8 | 矗簔矣t | 11100111100111111001011111101110100101101000110011101110100100001010000011100111101100001001010011100111100111111010001111101110100000101010001001110100 | e79f97ee968cee90a0e7b094e79fa3ee82a274 |
UHC | 矗???矣?t | 111101011011100000111111001111110011111111101011111110000011111101110100 | f5b83f3f3febf83f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)