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 | ç°Î¸ | 1110011110000100101100001100111010111000 | e784b0ceb8 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | �θ | 100011111010101110101110001111111010000111101011100011111010101011000010100011111010001010110001 | 8fabae3fa1eb8faac28fa2b1 |
UTF-8 | ç°Î¸ | 11000011101001111100001010000100110000101011000011000011100011101100001010111000 | c3a7c284c2b0c38ec2b8 |
UHC | ??°?¸ | 00111111001111111010000111000110001111111010001010101100 | 3f3fa1c63fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)