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 | 酌借\ | 1000111011011110100011101101100001011100 | 8ede8ed85c |
EUC-JP | 酌借\ | 1011110011100000101111001101101001011100 | bce0bcda5c |
UTF-8 | 酌借\ | 11101001100001011000110011100101100000001001111101011100 | e9858ce5809f5c |
UHC | 酌借\ | 1110110111001100111100111010100001011100 | edccf3a85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)