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 | 終勘 | 10001111010010011000101010101000 | 8f498aa8 |
EUC-JP | 終勘 | 10111101101010101011010010101010 | bdaab4aa |
UTF-8 | 終勘 | 111001111011010110000010111001011000101110011000 | e7b582e58b98 |
UHC | 終勘 | 11110000111110111100101011101011 | f0fbcaeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)