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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊螳賊 | 100010001100100111100101101011101001000110101111 | 88c9e5ae91af |
EUC-JP | 伊螳賊 | 101100001100101111101010101100001100001010110001 | b0cbeab0c2b1 |
UTF-8 | 伊螳賊 | 111001001011110010001010111010001001111010110011111010001011001110001010 | e4bc8ae89eb3e8b38a |
UHC | 伊螳賊 | 111011001010010111010011110110011110111011100100 | eca5d3d9eee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)