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 | 髫簿慈 | 111010011001101010010101111010111000111010011100 | e99a95eb8e9c |
EUC-JP | 髫簿慈 | 111100011111101011001010111011011011101111111100 | f1facaedbbfc |
UTF-8 | 髫簿慈 | 111010011010101110101011111001111011000010111111111001101000010110001000 | e9ababe7b0bfe68588 |
UHC | ?簿慈 | 0011111111011101101011011110110110110001 | 3fddadedb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)