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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ツ淌鳴夕 | 11000010100111111100001110010110110000101001011101011011 | c29fc396c2975b |
EUC-JP | ツ淌鳴夕 | 1000111011000010110111101100010111001100110001001100110110111100 | 8ec2dec5ccc4cdbc |
UTF-8 | ツ淌鳴夕 | 111011111011111010000010111001101011011110001100111010011011001110110100111001011010010010010101 | efbe82e6b78ce9b3b4e5a495 |
UHC | ??鳴夕 | 001111110011111111011001101100001110000010101010 | 3f3fd9b0e0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)