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 | 弥槎歡 | 100101101110110110011110110010101001111101100011 | 96ed9eca9f63 |
EUC-JP | 弥槎歡 | 110011001110111111011100110011001101110111000100 | ccefdcccddc4 |
UTF-8 | 弥槎歡 | 111001011011110010100101111001101010011110001110111001101010110110100001 | e5bca5e6a78ee6ada1 |
UHC | ??歡 | 00111111001111111111110010110110 | 3f3ffcb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)