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 | ¹¬Êï | 10111001101011001100101011101111 | b9accaef |
SJIS-WIN | ?¬?? | 0011111110000001110010100011111100111111 | 3f81ca3f3f |
EUC-JP | ?¬Êï | 001111111010001011001100100011111010101010110100100011111010101111000001 | 3fa2cc8faab48fabc1 |
UTF-8 | ¹¬Êï | 1100001010111001110000101010110011000011100010101100001110101111 | c2b9c2acc38ac3af |
UHC | ¹??? | 1010100111110110001111110011111100111111 | a9f63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)