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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | 轤ュ雍域據H | 11100111100000101010110111101000101101001000100011100110100111011001111101001000 | e782ade8b488e69d9f48 |
EUC-JP | 轤ュ雍域據H | 1110110111100010100011101010110111110000101101101011000011101000110110101010000101001000 | ede28eadf0b6b0e8daa148 |
UTF-8 | 轤ュ雍域據H | 11101000101111011010010011101111101111011010110111101001100110111000110111100101100111111001111111100110100100111001101001001000 | e8bda4efbdade99b8de59f9fe6939a48 |
UHC | ??雍域據H | 001111110011111111101000101111001110011010110100110010111110000001001000 | 3f3fe8bce6b4cbe048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)