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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 裝捧途B | 11100101111001001001010111111001100100110111001001000010 | e5e495f9937242 |
EUC-JP | 裝捧途B | 11101010111001101100101011111011110001011101001101000010 | eae6cafbc5d342 |
UTF-8 | 裝捧途B | 11101000101000111001110111100110100011011010011111101001100000001001010001000010 | e8a39de68da7e9809442 |
UHC | 裝捧途B | 11101101111110111101110011101001110101001011001001000010 | edfbdce9d4b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)