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 | ð³°ç¹ | 1111000010110011101100001110011110111001 | f0b3b0e7b9 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | ð?°ç? | 10001111101010011100001100111111101000011110101110001111101010111010111000111111 | 8fa9c33fa1eb8fabae3f |
UTF-8 | ð³°ç¹ | 11000011101100001100001010110011110000101011000011000011101001111100001010111001 | c3b0c2b3c2b0c3a7c2b9 |
UHC | ð³°?¹ | 101010011010001110101001111110001010000111000110001111111010100111110110 | a9a3a9f8a1c63fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)