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 | ñû¼è¡ | 111100011111101110111100111010001000111010100001 | f1fbbce88ea1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ñû?è?¡ | 1000111110101011110100001000111110101011111001010011111110001111101010111011001000111111100011111010001011000010 | 8fabd08fabe53f8fabb23f8fa2c2 |
UTF-8 | ñû¼è¡ | 110000111011000111000011101110111100001010111100110000111010100011000010100011101100001010100001 | c3b1c3bbc2bcc3a8c28ec2a1 |
UHC | ??¼??¡ | 0011111100111111101010001111100100111111001111111010001010101110 | 3f3fa8f93f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)