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^ | 100101111000011001011011010001001001011110000110010110110100010001011110 | 97865b4497865b445e |
EUC-JP | 螺[D螺[D^ | 110011011110011001011011010001001100110111100110010110110100010001011110 | cde65b44cde65b445e |
UTF-8 | 螺[D螺[D^ | 1110100010011110101110100101101101000100111010001001111010111010010110110100010001011110 | e89eba5b44e89eba5b445e |
UHC | 螺[D螺[D^ | 110101011010001001011011010001001101010110100010010110110100010001011110 | d5a25b44d5a25b445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)