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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霆雁ョ、蟆コ | 111010001011101110001010111001011010111010100100111001011011000010111010 | e8bb8ae5aea4e5b0ba |
EUC-JP | 霆雁ョ、蟆コ | 111100001011110110110100111001111000111010101110100011101010010011101010101100101000111010111010 | f0bdb4e78eae8ea4eab28eba |
UTF-8 | 霆雁ョ、蟆コ | 111010011001110010000110111010011001101110000001111011111011110110101110111011111011110110100100111010001001111110000110111011111011110110111010 | e99c86e99b81efbdaeefbda4e89f86efbdba |
UHC | 霆雁???? | 1110111111111101111001001101001000111111001111110011111100111111 | effde4d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)