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 | 逑基k | 111001111001001110001010111011101000001010001011 | e7938aee828b |
EUC-JP | 逑基k | 111011011111001110110100111100001010001111101011 | edf3b4f0a3eb |
UTF-8 | 逑基k | 111010011000000010010001111001011001111110111010111011111011110110001011 | e98091e59fbaefbd8b |
UHC | 逑基k | 110011111100011111010000111100011010001111101011 | cfc7d0f1a3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)