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 | 劑槃迦 | 100110011001110110011110110011111000100111011110 | 999d9ecf89de |
EUC-JP | 劑槃迦 | 110100011111110111011100110100011011001011100000 | d1fddcd1b2e0 |
UTF-8 | 劑槃迦 | 111001011000101010010001111001101010011110000011111010001011111110100110 | e58a91e6a783e8bfa6 |
UHC | 劑槃迦 | 111100001010010111011010111010011100101010111100 | f0a5dae9cabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)