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 | 蒸????? | 10001111111101100011111100111111001111110011111100111111 | 8ff63f3f3f3f3f |
EUC-JP | 蒸????? | 10111110111110000011111100111111001111110011111100111111 | bef83f3f3f3f3f |
UTF-8 | 蒸렓履ㅻ렕렓 | 111010001001001010111000111010111010000010010011111011111010011110011111111000111000010110111011111010111010000010010101111010111010000010010011 | e892b8eba093efa79fe385bbeba095eba093 |
UHC | 蒸렓履ㅻ렕렓 | 111100011111101010001110101010001110110010101010101001001110101110001110101010101000111010101000 | f1fa8ea8ecaaa4eb8eaa8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)