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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 執霎「雉 | 111100001010000110001110101101111110100010111110101000101110100010110011 | f0a18eb7e8bea2e8b3 |
EUC-JP | ?執霎「雉 | 001111111011110010111001111100001100000010001110101000101111000010110101 | 3fbcb9f0c08ea2f0b5 |
UTF-8 | 執霎「雉 | 111011101000000110100000111001011001111110110111111010011001110010001110111011111011110110100010111010011001101110001001 | ee81a0e59fb7e99c8eefbda2e99b89 |
UHC | ?執??雉 | 00111111111100101111101100111111001111111111011011001011 | 3ff2fb3f3ff6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)