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 | 調絅舞 | 100100101011001011100011010001001001010110010001 | 92b2e3449591 |
EUC-JP | 調絅舞 | 110001001011010011100101101001011100100111110001 | c4b4e5a5c9f1 |
UTF-8 | 調絅舞 | 111010001010101010111111111001111011010110000101111010001000100010011110 | e8aabfe7b585e8889e |
UHC | 調絅舞 | 111100001110000011001100111001111101100111110001 | f0e0cce7d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)