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 | ?磊誣 | 0011111111100001111110111110011001110111 | 3fe1fbe677 |
EUC-JP | 醬磊誣 | 10001111111000101111001111100010111111011110101111011000 | 8fe2f3e2fdebd8 |
UTF-8 | 醬磊誣 | 111010011000011010101100111001111010001110001010111010001010101010100011 | e986ace7a38ae8aaa3 |
UHC | 醬磊誣 | 111011011111110111010110111100001101100111110100 | edfdd6f0d9f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)