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 | ý±£¯ | 11111101101100011010001110101111 | fdb1a3af |
SJIS-WIN | ?±£? | 001111111000000101111101100000011001001000111111 | 3f817d81923f |
EUC-JP | ý±£¯ | 10001111101010111111001010100001110111101010000111110010100011111010001010110100 | 8fabf2a1dea1f28fa2b4 |
UTF-8 | ý±£¯ | 1100001110111101110000101011000111000010101000111100001010101111 | c3bdc2b1c2a3c2af |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)