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 | 躳¾ | 11101000101110101011001110111110 | e8bab3be |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | �? | 1000111110101011101100101000111110100010111010110011111100111111 | 8fabb28fa2eb3f3f |
UTF-8 | 躳¾ | 1100001110101000110000101011101011000010101100111100001010111110 | c3a8c2bac2b3c2be |
UHC | ?º³¾ | 00111111101010001010110010101001111110001010100011111010 | 3fa8aca9f8a8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)