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 | 鴫自シィ | 11110000101111101000111010110000111100111110111010001110101010011011110010101000 | f0be8eb0f3ee8ea9bca8 |
EUC-JP | ?鴫?自シィ | 00111111101111001011001000111111101111001010101110001110101111001000111010101000 | 3fbcb23fbcab8ebc8ea8 |
UTF-8 | 鴫自シィ | 111011101000000110111101111010011011010010101011111011101000101110100001111010001000011110101010111011111011110110111100111011111011110110101000 | ee81bde9b4abee8ba1e887aaefbdbcefbda8 |
UHC | ???自?? | 00111111001111110011111111101101101110110011111100111111 | 3f3f3fedbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)