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 | ±[±[^ | 10001011101100010101101110001011101100010101101101011110 | 8bb15b8bb15b5e |
SJIS-WIN | ?±[?±[^ | 001111111000000101111101010110110011111110000001011111010101101101011110 | 3f817d5b3f817d5b5e |
EUC-JP | ?±[?±[^ | 001111111010000111011110010110110011111110100001110111100101101101011110 | 3fa1de5b3fa1de5b5e |
UTF-8 | ±[±[^ | 1100001010001011110000101011000101011011110000101000101111000010101100010101101101011110 | c28bc2b15bc28bc2b15b5e |
UHC | ?±[?±[^ | 001111111010000110111110010110110011111110100001101111100101101101011110 | 3fa1be5b3fa1be5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)