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 | ò¡°é×ä | 111100101010000110110000111010011101011111100100 | f2a1b0e9d7e4 |
SJIS-WIN | ??°?×? | 0011111100111111100000011000101100111111100000010111111000111111 | 3f3f818b3f817e3f |
EUC-JP | ò¡°é×ä | 10001111101010111101001010001111101000101100001010100001111010111000111110101011101100011010000111011111100011111010101110100011 | 8fabd28fa2c2a1eb8fabb1a1df8faba3 |
UTF-8 | ò¡°é×ä | 110000111011001011000010101000011100001010110000110000111010100111000011100101111100001110100100 | c3b2c2a1c2b0c3a9c397c3a4 |
UHC | ?¡°?×? | 001111111010001010101110101000011100011000111111101000011011111100111111 | 3fa2aea1c63fa1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)