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 | 矗撰シ州 | 11100001110111101001000011101111101111001000111101000010 | e1de90efbc8f42 |
EUC-JP | 矗撰シ州 | 1110001011100000110000001111000110001110101111001011110110100011 | e2e0c0f18ebcbda3 |
UTF-8 | 矗撰シ州 | 111001111001111110010111111001101001001010110000111011111011110110111100111001011011011110011110 | e79f97e692b0efbdbce5b79e |
UHC | 矗撰?州 | 11110101101110001111001110111100001111111111000110110110 | f5b8f3bc3ff1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)