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 | ×°äò | 11010111101100001110010011110010 | d7b0e4f2 |
SJIS-WIN | ×°?? | 100000010111111010000001100010110011111100111111 | 817e818b3f3f |
EUC-JP | ×°äò | 10100001110111111010000111101011100011111010101110100011100011111010101111010010 | a1dfa1eb8faba38fabd2 |
UTF-8 | ×°äò | 1100001110010111110000101011000011000011101001001100001110110010 | c397c2b0c3a4c3b2 |
UHC | ×°?? | 101000011011111110100001110001100011111100111111 | a1bfa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)