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^ | 00111111010110110100010000111111010110110100010001011110 | 3f5b443f5b445e |
SJIS-WIN | 樂[D樂[D^ | 100111101101100101011011010001001001111011011001010110110100010001011110 | 9ed95b449ed95b445e |
EUC-JP | 樂[D樂[D^ | 110111001101101101011011010001001101110011011011010110110100010001011110 | dcdb5b44dcdb5b445e |
UTF-8 | 樂[D樂[D^ | 1110011010101000100000100101101101000100111001101010100010000010010110110100010001011110 | e6a8825b44e6a8825b445e |
UHC | 樂[D樂[D^ | 111001001100010101011011010001001110010011000101010110110100010001011110 | e4c55b44e4c55b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)