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 | 逕畢\ | 1110011110010100100101010100110001011100 | e794954c5c |
EUC-JP | 逕畢\ | 1110110111110100110010011010110101011100 | edf4c9ad5c |
UTF-8 | 逕畢\ | 11101001100000001001010111100111100101011010001001011100 | e98095e795a25c |
UHC | 逕畢\ | 1100110011101111111110011011010001011100 | cceff9b45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)