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 | 豢呱高 | 111001101011010010011001111010111000110110000010 | e6b499eb8d82 |
EUC-JP | 豢呱高 | 111011001011011011010010111011011011100111100010 | ecb6d2edb9e2 |
UTF-8 | 豢呱高 | 111010001011000110100010111001011001000110110001111010011010101110011000 | e8b1a2e591b1e9ab98 |
UHC | ?呱高 | 0011111111001101101100101100110111010100 | 3fcdb2cdd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)