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 | 銓溘j豬キ | 111001111111001010011111111000111000001010001010111001101011010110110111 | e7f29fe3828ae6b5b7 |
EUC-JP | 銓溘j豬キ | 11101110111101001101111011100101101000111110101011101100101101111000111010110111 | eef4dee5a3eaecb78eb7 |
UTF-8 | 銓溘j豬キ | 111010011000101010010011111001101011101010011000111011111011110110001010111010001011000110101100111011111011110110110111 | e98a93e6ba98efbd8ae8b1acefbdb7 |
UHC | 銓?j?? | 11101111101100000011111110100011111010100011111100111111 | efb03fa3ea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)