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 | Á×îº | 11000001110101111110111010111010 | c1d7eeba |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | Á×îº | 1000111110101010101000011010000111011111100011111010101111000010100011111010001011101011 | 8faaa1a1df8fabc28fa2eb |
UTF-8 | Á×îº | 1100001110000001110000111001011111000011101011101100001010111010 | c381c397c3aec2ba |
UHC | ?×?º | 001111111010000110111111001111111010100010101100 | 3fa1bf3fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)