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^ | 1000111010111010100011101011111101000100100011101011101010001110101111110100010001011110 | 8eba8ebf448eba8ebf445e |
EUC-JP | 室質D室質D^ | 1011110010111100101111001100000101000100101111001011110010111100110000010100010001011110 | bcbcbcc144bcbcbcc1445e |
UTF-8 | 室質D室質D^ | 111001011010111010100100111010001011001110101010010001001110010110101110101001001110100010110011101010100100010001011110 | e5aea4e8b3aa44e5aea4e8b3aa445e |
UHC | 室質D室質D^ | 1110001111111000111100101111010101000100111000111111100011110010111101010100010001011110 | e3f8f2f544e3f8f2f5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)