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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 齎橋?界 | 11100110110110001000101110110100001111111000101001000101 | e6d88bb43f8a45 |
EUC-JP | 齎橋?界 | 11101100110110101011011010110110001111111011001110100110 | ecdab6b63fb3a6 |
UTF-8 | 齎橋렟界 | 111010011011110110001110111001101010100110001011111010111010000010011111111001111001010110001100 | e9bd8ee6a98beba09fe7958c |
UHC | 齎橋렟界 | 1110111010110010110011101110100110001110101100001100110110100011 | eeb2cee98eb0cda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)