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???T | 001111110101010000111111001111110011111101010100 | 3f543f3f3f54 |
SJIS-WIN | ?T???T | 001111110101010000111111001111110011111101010100 | 3f543f3f3f54 |
EUC-JP | ?T???T | 001111110101010000111111001111110011111101010100 | 3f543f3f3f54 |
UTF-8 | 혺T혰혵혺T | 1110110110011000101110100101010011101101100110001011000011101101100110001011010111101101100110001011101001010100 | ed98ba54ed98b0ed98b5ed98ba54 |
UHC | 혺T혰혵혺T | 11000010100111110101010011000010100101111100001010011100110000101001111101010100 | c29f54c297c29cc29f54 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)