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 | ÞâäÁÆå^ | 1101111011100010111001001100000110001111110001101110010101011110 | dee2e4c18fc6e55e |
SJIS-WIN | ???????^ | 0011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f5e |
EUC-JP | ÞâäÁ?Æå^ | 1000111110101001101100001000111110101011101001001000111110101011101000111000111110101010101000010011111110001111101010011010000110001111101010111010100101011110 | 8fa9b08faba48faba38faaa13f8fa9a18faba95e |
UTF-8 | ÞâäÁÆå^ | 110000111001111011000011101000101100001110100100110000111000000111000010100011111100001110000110110000111010010101011110 | c39ec3a2c3a4c381c28fc386c3a55e |
UHC | Þ????Æ?^ | 10101000101011010011111100111111001111110011111110101000101000010011111101011110 | a8ad3f3f3f3fa8a13f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)