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 | 鳫竺濵ア」 | 1110100111101101100011101011000111111011010011011011000110100011 | e9ed8eb1fb4db1a3 |
EUC-JP | 鳫竺濵ア」 | 1111001011101111101111001011001110001111110010011010011010001110101100011000111010100011 | f2efbcb38fc9a68eb18ea3 |
UTF-8 | 鳫竺濵ア」 | 111010011011001110101011111001111010101110111010111001101011111110110101111011111011110110110001111011111011110110100011 | e9b3abe7abbae6bfb5efbdb1efbda3 |
UHC | ?竺??? | 001111111111010111100111001111110011111100111111 | 3ff5e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)