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 | 豕怜ウ | 1110011010110011100101111110010110110011 | e6b397e5b3 |
EUC-JP | 豕怜ウ | 111011001011010111001110111001111000111010110011 | ecb5cee78eb3 |
UTF-8 | 豕怜ウ | 111010001011000110010101111001101000000010011100111011111011110110110011 | e8b195e6809cefbdb3 |
UHC | 豕怜? | 1110001111001110110101101011101100111111 | e3ced6bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)