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 | ツ淌鳴淌某 | 110000101001111111000011100101101100001010011111110000111001011001011110 | c29fc396c29fc3965e |
EUC-JP | ツ淌鳴淌某 | 10001110110000101101111011000101110011001100010011011110110001011100101110111111 | 8ec2dec5ccc4dec5cbbf |
UTF-8 | ツ淌鳴淌某 | 111011111011111010000010111001101011011110001100111010011011001110110100111001101011011110001100111001101001111110010000 | efbe82e6b78ce9b3b4e6b78ce69f90 |
UHC | ??鳴?某 | 00111111001111111101100110110000001111111101100110111011 | 3f3fd9b03fd9bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)