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 | 自釭自 | 1111000010101000100011101010100111111011101111011000111010101001 | f0a88ea9fbbd8ea9 |
EUC-JP | ?自釭自 | 0011111110111100101010111000111111100011101011111011110010101011 | 3fbcab8fe3afbcab |
UTF-8 | 自釭自 | 111011101000000110100111111010001000011110101010111010011000011110101101111010001000011110101010 | ee81a7e887aae987ade887aa |
UHC | ?自?自 | 001111111110110110111011001111111110110110111011 | 3fedbb3fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)