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 | 111110111101110010001110101011111111101101011010 | fbdc8eaffb5a |
SJIS-WIN | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
EUC-JP | ûÜ?¯ûZ | 1000111110101011111001011000111110101010111001000011111110001111101000101011010010001111101010111110010101011010 | 8fabe58faae43f8fa2b48fabe55a |
UTF-8 | ûܯûZ | 1100001110111011110000111001110011000010100011101100001010101111110000111011101101011010 | c3bbc39cc28ec2afc3bb5a |
UHC | ?????Z | 001111110011111100111111001111110011111101011010 | 3f3f3f3f3f5a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)