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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 銕顔ィョ褂 | 1110011111101100100010101110011110101000101011101110010111100110 | e7ec8ae7a8aee5e6 |
EUC-JP | 銕顔ィョ褂 | 11101110111011101011010011101001100011101010100010001110101011101110101011101000 | eeeeb4e98ea88eaeeae8 |
UTF-8 | 銕顔ィョ褂 | 111010011000101010010101111010011010000110010100111011111011110110101000111011111011110110101110111010001010010010000010 | e98a95e9a194efbda8efbdaee8a482 |
UHC | ?顔??? | 001111111110010011010100001111110011111100111111 | 3fe4d43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)