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 | 識質 | 1111000111100010100011101010111111110010101010011000111010111111 | f1e28eaff2a98ebf |
EUC-JP | ?識?質 | 001111111011110010110001001111111011110011000001 | 3fbcb13fbcc1 |
UTF-8 | 識質 | 111011101000010110011101111010001010110110011000111011101000011110100000111010001011001110101010 | ee859de8ad98ee87a0e8b3aa |
UHC | ?識?質 | 001111111110001111011011001111111111001011110101 | 3fe3db3ff2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)