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 | ñû¯Z | 1111000111111011100011101010111101011010 | f1fb8eaf5a |
SJIS-WIN | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
EUC-JP | ñû?¯Z | 1000111110101011110100001000111110101011111001010011111110001111101000101011010001011010 | 8fabd08fabe53f8fa2b45a |
UTF-8 | ñû¯Z | 110000111011000111000011101110111100001010001110110000101010111101011010 | c3b1c3bbc28ec2af5a |
UHC | ????Z | 0011111100111111001111110011111101011010 | 3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)