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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 省ケ、脯韭 | 1000111111001000101110011010010011100011111110111110100011101010 | 8fc8b9a4e3fbe8ea |
EUC-JP | 省ケ、脯韭 | 10111110110010101000111010111001100011101010010011100110111111011111000011101100 | beca8eb98ea4e6fdf0ec |
UTF-8 | 省ケ、脯韭 | 111001111001110010000001111011111011110110111001111011111011110110100100111010001000010010101111111010011001111110101101 | e79c81efbdb9efbda4e884afe99fad |
UHC | 省??脯? | 11100000111111010011111100111111111110001110000100111111 | e0fd3f3ff8e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)