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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 鉉縞D鉉縞D^ | 1110011111101001100011101100100001000100111001111110100110001110110010000100010001011110 | e7e98ec844e7e98ec8445e |
EUC-JP | 鉉縞D鉉縞D^ | 1110111011101011101111001100101001000100111011101110101110111100110010100100010001011110 | eeebbcca44eeebbcca445e |
UTF-8 | 鉉縞D鉉縞D^ | 111010011000100110001001111001111011100010011110010001001110100110001001100010011110011110111000100111100100010001011110 | e98989e7b89e44e98989e7b89e445e |
UHC | 鉉縞D鉉縞D^ | 1111101011101000111110111101011001000100111110101110100011111011110101100100010001011110 | fae8fbd644fae8fbd6445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)