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 | ½°¸Ï | 10111101101100001011100011001111 | bdb0b8cf |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | ?°¸Ï | 001111111010000111101011100011111010001010110001100011111010101011000001 | 3fa1eb8fa2b18faac1 |
UTF-8 | ½°¸Ï | 1100001010111101110000101011000011000010101110001100001110001111 | c2bdc2b0c2b8c38f |
UHC | ½°¸? | 10101000111101101010000111000110101000101010110000111111 | a8f6a1c6a2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)