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 | 惟??? | 1000100011010010001111110011111100111111 | 88d23f3f3f |
EUC-JP | 惟??? | 1011000011010100001111110011111100111111 | b0d43f3f3f |
UTF-8 | 惟㏐덱劉 | 111001101000001110011111111000111000111110010000111010111000110110110001111011111010011110000111 | e6839fe38f90eb8db1efa787 |
UHC | 惟㏐덱劉 | 1110101011101110101001111110101010110101101001101110101011100101 | eaeea7eab5a6eae5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)