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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 莠尖ーク粡ィB | 11100100101110101001000011101011101100001011100011100010111001111010100001000010 | e4ba90ebb0b8e2e7a842 |
EUC-JP | 莠尖ーク粡ィB | 11101000101111001100000011101101100011101011000010001110101110001110010011101001100011101010100001000010 | e8bcc0ed8eb08eb8e4e98ea842 |
UTF-8 | 莠尖ーク粡ィB | 11101000100011101010000011100101101100001001011011101111101111011011000011101111101111011011100011100111101100101010000111101111101111011010100001000010 | e88ea0e5b096efbdb0efbdb8e7b2a1efbda842 |
UHC | ?尖????B | 0011111111110100110100110011111100111111001111110011111101000010 | 3ff4d33f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)