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 | 犢狡犢猴 | 1110000010110111111000001100001011100000101101111110000011001011 | e0b7e0c2e0b7e0cb |
EUC-JP | 犢狡犢猴 | 1110000010111001111000001100010011100000101110011110000011001101 | e0b9e0c4e0b9e0cd |
UTF-8 | 犢狡犢猴 | 111001111000101010100010111001111000101110100001111001111000101010100010111001111000110010110100 | e78aa2e78ba1e78aa2e78cb4 |
UHC | 犢狡犢? | 11010100101110111100111011101010110101001011101100111111 | d4bbceead4bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)