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 | 00111111001111110011111101110100 | 3f3f3f74 |
SJIS-WIN | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
EUC-JP | ???t | 00111111001111110011111101110100 | 3f3f3f74 |
UTF-8 | 혨횑혟t | 11101101100110001010100011101101100110101001000111101101100110001001111101110100 | ed98a8ed9a91ed989f74 |
UHC | 혨횑혟t | 11000010100100001100001110001100110000101000100101110100 | c290c38cc28974 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)