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 | 髮簿梱 | 111010011001101110010101111010111000110110101011 | e99b95eb8dab |
EUC-JP | 髮簿梱 | 111100011111101111001010111011011011101010101101 | f1fbcaedbaad |
UTF-8 | 髮簿梱 | 111010011010101110101110111001111011000010111111111001101010001010110001 | e9abaee7b0bfe6a2b1 |
UHC | 髮簿梱 | 110110111010010111011101101011011100110111100001 | dba5ddadcde1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)