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 | 自凞失 | 1111000111111011100011101010100111111011010110001000111010111000 | f1fb8ea9fb588eb8 |
EUC-JP | ?自?失 | 001111111011110010101011001111111011110010111010 | 3fbcab3fbcba |
UTF-8 | 自凞失 | 111011101000010110110110111010001000011110101010111011111010100010010101111001011010010010110001 | ee85b6e887aaefa895e5a4b1 |
UHC | ?自?失 | 001111111110110110111011001111111110001111110111 | 3fedbb3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)