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 | 銕顔ィョ豢イ | 111001111110110010001010111001111010100010101110111001101011010010110010 | e7ec8ae7a8aee6b4b2 |
EUC-JP | 銕顔ィョ豢イ | 111011101110111010110100111010011000111010101000100011101010111011101100101101101000111010110010 | eeeeb4e98ea88eaeecb68eb2 |
UTF-8 | 銕顔ィョ豢イ | 111010011000101010010101111010011010000110010100111011111011110110101000111011111011110110101110111010001011000110100010111011111011110110110010 | e98a95e9a194efbda8efbdaee8b1a2efbdb2 |
UHC | ?顔???? | 00111111111001001101010000111111001111110011111100111111 | 3fe4d43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)