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 | æ³£ì´ | 111001101011001110100011111011001011010010000100 | e6b3a3ecb484 |
SJIS-WIN | ??£?´? | 0011111100111111100000011001001000111111100000010100110000111111 | 3f3f81923f814c3f |
EUC-JP | �� | 100011111010100111000001001111111010000111110010100011111010101111000000101000011010110100111111 | 8fa9c13fa1f28fabc0a1ad3f |
UTF-8 | æ³£ì´ | 110000111010011011000010101100111100001010100011110000111010110011000010101101001100001010000100 | c3a6c2b3c2a3c3acc2b4c284 |
UHC | æ³??´? | 101010011010000110101001111110000011111100111111101000101010010100111111 | a9a1a9f83f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)