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^ | 1110000010101111100111111110011101000100111000001010111110011111111001110100010001011110 | e0af9fe744e0af9fe7445e |
EUC-JP | 牘溽D牘溽D^ | 1110000010110001110111101110100101000100111000001011000111011110111010010100010001011110 | e0b1dee944e0b1dee9445e |
UTF-8 | 牘溽D牘溽D^ | 111001111000100110011000111001101011101010111101010001001110011110001001100110001110011010111010101111010100010001011110 | e78998e6babd44e78998e6babd445e |
UHC | 牘?D牘?D^ | 110101001011101000111111010001001101010010111010001111110100010001011110 | d4ba3f44d4ba3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)