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 | 雹滉ス | 1110100010111001100111111110010010111101 | e8b99fe4bd |
EUC-JP | 雹滉ス | 111100001011101111011110111001101000111010111101 | f0bbdee68ebd |
UTF-8 | 雹滉ス | 111010011001101110111001111001101011101110001001111011111011110110111101 | e99bb9e6bb89efbdbd |
UHC | 雹滉? | 1101101011011111111111001101000100111111 | dadffcd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)