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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 銕夊西 | 111001111110110010011010111010001001000010111100 | e7ec9ae890bc |
EUC-JP | 銕夊西 | 111011101110111011010100111010101100000010111110 | eeeed4eac0be |
UTF-8 | 銕夊西 | 111010011000101010010101111001011010010010001010111010001010010110111111 | e98a95e5a48ae8a5bf |
UHC | ??西 | 00111111001111111110000010100100 | 3f3fe0a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)