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 | û¥û¤k | 11111011100111101010010111111011100111101010010001101011 | fb9ea5fb9ea46b |
SJIS-WIN | ??¥???k | 0011111100111111100000011000111100111111001111110011111101101011 | 3f3f818f3f3f3f6b |
EUC-JP | û??û?¤k | 10001111101010111110010100111111001111111000111110101011111001010011111110001111101000101111000001101011 | 8fabe53f3f8fabe53f8fa2f06b |
UTF-8 | û¥û¤k | 11000011101110111100001010011110110000101010010111000011101110111100001010011110110000101010010001101011 | c3bbc29ec2a5c3bbc29ec2a46b |
UHC | ?????¤k | 0011111100111111001111110011111100111111101000101011010001101011 | 3f3f3f3f3fa2b46b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)