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 | ì°½| | 11101100101100001011110101111100 | ecb0bd7c |
SJIS-WIN | ?°?| | 0011111110000001100010110011111101111100 | 3f818b3f7c |
EUC-JP | ì°?| | 10001111101010111100000010100001111010110011111101111100 | 8fabc0a1eb3f7c |
UTF-8 | ì°½| | 11000011101011001100001010110000110000101011110101111100 | c3acc2b0c2bd7c |
UHC | ?°½| | 001111111010000111000110101010001111011001111100 | 3fa1c6a8f67c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)