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 | 腫孟蠣 | 100011101110111010010110110100001110010101111001 | 8eee96d0e579 |
EUC-JP | 腫孟蠣 | 101111001111000011001100110100101110100111011010 | bcf0ccd2e9da |
UTF-8 | 腫孟蠣 | 111010001000010110101011111001011010110110011111111010001010000010100011 | e885abe5ad9fe8a0a3 |
UHC | 腫孟蠣 | 111100001111111011011000111010111101010111101110 | f0fed8ebd5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)