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 | 宰γ | 1110010110101110101100001100111010110011 | e5aeb0ceb3 |
SJIS-WIN | ??°?? | 001111110011111110000001100010110011111100111111 | 3f3f818b3f3f |
EUC-JP | å®°Î? | 100011111010101110101001100011111010001011101110101000011110101110001111101010101100001000111111 | 8faba98fa2eea1eb8faac23f |
UTF-8 | 宰γ | 11000011101001011100001010101110110000101011000011000011100011101100001010110011 | c3a5c2aec2b0c38ec2b3 |
UHC | ?®°?³ | 0011111110100010111001111010000111000110001111111010100111111000 | 3fa2e7a1c63fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)