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 | 霽?鍵 | 1110100011000111001111111000110010101110 | e8c73f8cae |
EUC-JP | 霽杻鍵 | 11110000110010011000111111000011101001101011100010110000 | f0c98fc3a6b8b0 |
UTF-8 | 霽杻鍵 | 111010011001110010111101111001101001110110111011111010011000110110110101 | e99cbde69dbbe98db5 |
UHC | 霽杻鍵 | 111100001011100011010010111011101100101111110101 | f0b8d2eecbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)