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?? | 0011111100111111011101000011111100111111 | 3f3f743f3f |
SJIS-WIN | ??t?哭 | 001111110011111101110100001111111001101001001100 | 3f3f743f9a4c |
EUC-JP | ??t?哭 | 001111110011111101110100001111111101001110101101 | 3f3f743fd3ad |
UTF-8 | 렻렍t렺哭 | 11101011101000001011101111101011101000001000110101110100111010111010000010111010111001011001001110101101 | eba0bbeba08d74eba0bae593ad |
UHC | 렻렍t렺哭 | 100011101100001110001110101000110111010010001110110000101100110111010110 | 8ec38ea3748ec2cdd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)