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^ | 001111111001101101001101010001000011111110011011010011010100010001011110 | 3f9b4d443f9b4d445e |
EUC-JP | ?娥D?娥D^ | 001111111101010110101110010001000011111111010101101011100100010001011110 | 3fd5ae443fd5ae445e |
UTF-8 | 룶娥D룶娥D^ | 111010111010001110110110111001011010100010100101010001001110101110100011101101101110010110101000101001010100010001011110 | eba3b6e5a8a544eba3b6e5a8a5445e |
UHC | 룶娥D룶娥D^ | 1000111110101011111001001011000001000100100011111010101111100100101100000100010001011110 | 8fabe4b0448fabe4b0445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)