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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 茗檮茗樅^ | 111001001010101010011110100011011110010010101010100111101110000001011110 | e4aa9e8de4aa9ee05e |
EUC-JP | 茗檮茗樅^ | 111010001010110011011011111011011110100010101100110111001110001001011110 | e8acdbede8acdce25e |
UTF-8 | 茗檮茗樅^ | 11101000100011001001011111100110101010101010111011101000100011001001011111100110101010001000010101011110 | e88c97e6aaaee88c97e6a8855e |
UHC | 茗?茗?^ | 11011001101010110011111111011001101010110011111101011110 | d9ab3fd9ab3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)