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 | ×°ê¡ | 11010111101100001110101010100001 | d7b0eaa1 |
SJIS-WIN | ×°?? | 100000010111111010000001100010110011111100111111 | 817e818b3f3f |
EUC-JP | ×°ê¡ | 10100001110111111010000111101011100011111010101110110100100011111010001011000010 | a1dfa1eb8fabb48fa2c2 |
UTF-8 | ×°ê¡ | 1100001110010111110000101011000011000011101010101100001010100001 | c397c2b0c3aac2a1 |
UHC | ×°?¡ | 10100001101111111010000111000110001111111010001010101110 | a1bfa1c63fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)