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 | 㵩 | 1110001110110101100000101000011110000010101010011001011110010001 | e3b5828782a99791 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ã????©?? | 100011111010101110101010001111110011111100111111001111111000111110100010111011010011111100111111 | 8fabaa3f3f3f3f8fa2ed3f3f |
UTF-8 | 㵩 | 11000011101000111100001010110101110000101000001011000010100001111100001010000010110000101010100111000010100101111100001010010001 | c3a3c2b5c282c287c282c2a9c297c291 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)