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 | 貉幄鳩阡オ | 111001101011100110011011111010001001010010110101111010001001010010110101 | e6b99be894b5e894b5 |
EUC-JP | 貉幄鳩阡オ | 11101100101110111101011011101010110010001011011111101111111101001000111010110101 | ecbbd6eac8b7eff48eb5 |
UTF-8 | 貉幄鳩阡オ | 111010001011001010001001111001011011100110000100111010011011001110101001111010011001100010100001111011111011110110110101 | e8b289e5b984e9b3a9e998a1efbdb5 |
UHC | ?幄鳩阡? | 0011111111100100110000011100111111001101111101001100011000111111 | 3fe4c1cfcdf4c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)