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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 籥倆礬\ | 11100010110111101001100011101101111000100100100001011100 | e2de98ede2485c |
EUC-JP | 籥倆礬\ | 11100100111000001101000011101111111000111010100101011100 | e4e0d0efe3a95c |
UTF-8 | 籥倆礬\ | 11100111101100011010010111100101100000001000011011100111101001001010110001011100 | e7b1a5e58086e7a4ac5c |
UHC | ?倆礬\ | 001111111101010111010110110110101111001101011100 | 3fd5d6daf35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)