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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 坦属\ | 1001001001010010100100011010111001011100 | 925291ae5c |
EUC-JP | 坦属\ | 1100001110110011110000101011000001011100 | c3b3c2b05c |
UTF-8 | 坦属\ | 11100101100111011010011011100101101100011001111001011100 | e59da6e5b19e5c |
UHC | 坦?\ | 11110111101001000011111101011100 | f7a43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)