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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟懍遵繞 | 1110010110100100100111001110110010001111100001011110001110000101 | e5a49cec8f85e385 |
EUC-JP | 螟懍遵繞 | 1110101010100110110110001110111010111101111001011110010111100101 | eaa6d8eebde5e5e5 |
UTF-8 | 螟懍遵繞 | 111010001001111010011111111001101000011110001101111010011000000110110101111001111011100110011110 | e89e9fe6878de981b5e7b99e |
UHC | 螟?遵繞 | 11011001101011010011111111110001111001011110100110100100 | d9ad3ff1e5e9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)