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 | 貉幄鳩雉 | 1110011010111001100110111110100010010100101101011110100010110011 | e6b99be894b5e8b3 |
EUC-JP | 貉幄鳩雉 | 1110110010111011110101101110101011001000101101111111000010110101 | ecbbd6eac8b7f0b5 |
UTF-8 | 貉幄鳩雉 | 111010001011001010001001111001011011100110000100111010011011001110101001111010011001101110001001 | e8b289e5b984e9b3a9e99b89 |
UHC | ?幄鳩雉 | 00111111111001001100000111001111110011011111011011001011 | 3fe4c1cfcdf6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)