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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 伊螳 | 10001000110010011110010110101110 | 88c9e5ae |
EUC-JP | 伊螳 | 10110000110010111110101010110000 | b0cbeab0 |
UTF-8 | 伊螳 | 111001001011110010001010111010001001111010110011 | e4bc8ae89eb3 |
UHC | 伊螳 | 11101100101001011101001111011001 | eca5d3d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)