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 | 貉幄鳩銓 | 1110011010111001100110111110100010010100101101011110011111110010 | e6b99be894b5e7f2 |
EUC-JP | 貉幄鳩銓 | 1110110010111011110101101110101011001000101101111110111011110100 | ecbbd6eac8b7eef4 |
UTF-8 | 貉幄鳩銓 | 111010001011001010001001111001011011100110000100111010011011001110101001111010011000101010010011 | e8b289e5b984e9b3a9e98a93 |
UHC | ?幄鳩銓 | 00111111111001001100000111001111110011011110111110110000 | 3fe4c1cfcdefb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)