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 | ¡ñ¢û½¯ | 10100001111100011000111110100010111110111011110110101111 | a1f18fa2fbbdaf |
SJIS-WIN | ???¢??? | 0011111100111111001111111000000110010001001111110011111100111111 | 3f3f3f81913f3f3f |
EUC-JP | ¡ñ?¢û?¯ | 10001111101000101100001010001111101010111101000000111111101000011111000110001111101010111110010100111111100011111010001010110100 | 8fa2c28fabd03fa1f18fabe53f8fa2b4 |
UTF-8 | ¡ñ¢û½¯ | 1100001010100001110000111011000111000010100011111100001010100010110000111011101111000010101111011100001010101111 | c2a1c3b1c28fc2a2c3bbc2bdc2af |
UHC | ¡????½? | 101000101010111000111111001111110011111100111111101010001111011000111111 | a2ae3f3f3f3fa8f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)