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 | â°òµ | 11100010101100001111001010110101 | e2b0f2b5 |
SJIS-WIN | ?°?? | 0011111110000001100010110011111100111111 | 3f818b3f3f |
EUC-JP | â°ò? | 100011111010101110100100101000011110101110001111101010111101001000111111 | 8faba4a1eb8fabd23f |
UTF-8 | â°òµ | 1100001110100010110000101011000011000011101100101100001010110101 | c3a2c2b0c3b2c2b5 |
UHC | ?°?? | 0011111110100001110001100011111100111111 | 3fa1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)