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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隲「蟶カ讌。 | 111010001010101110100010111001011011100010110110111001101010010110100001 | e8aba2e5b8b6e6a5a1 |
EUC-JP | 隲「蟶カ讌。 | 111100001010110110001110101000101110101010111010100011101011011011101100101001111000111010100001 | f0ad8ea2eaba8eb6eca78ea1 |
UTF-8 | 隲「蟶カ讌。 | 111010011001101010110010111011111011110110100010111010001001111110110110111011111011110110110110111010001010111010001100111011111011110110100001 | e99ab2efbda2e89fb6efbdb6e8ae8cefbda1 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)