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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 也ル? | 1001011011100111100000111000101100111111 | 96e7838b3f |
EUC-JP | 也ル? | 1100110011101001101001011110101100111111 | cce9a5eb3f |
UTF-8 | 也ル젡 | 111001001011100110011111111000111000001110101011111011001010000010100001 | e4b99fe383abeca0a1 |
UHC | 也ル젡 | 111001011010010110101011111010111010000010011010 | e5a5abeba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)