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 | 閼ッ隍ク | 111010001000010010101111111010001010010010111000 | e884afe8a4b8 |
EUC-JP | 閼ッ隍ク | 1110111111100100100011101010111111110000101001101000111010111000 | efe48eaff0a68eb8 |
UTF-8 | 閼ッ隍ク | 111010011001011010111100111011111011110110101111111010011001101010001101111011111011110110111000 | e996bcefbdafe99a8defbdb8 |
UHC | 閼?隍? | 111001001101100100111111111111001101101100111111 | e4d93ffcdb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)