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 | 禪珱當 | 111000100101011111100000111111001110000101100011 | e257e0fce163 |
EUC-JP | 禪珱當 | 111000111011100011100000111111101110000111000100 | e3b8e0fee1c4 |
UTF-8 | 禪珱當 | 111001111010011010101010111001111000111110110001111001111001010110110110 | e7a6aae78fb1e795b6 |
UHC | 禪?當 | 1110000011001001001111111101001111010111 | e0c93fd3d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)