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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 藏??\ | 1110010101010101001111110011111101011100 | e5553f3f5c |
EUC-JP | 藏??\ | 1110100110110110001111110011111101011100 | e9b63f3f5c |
UTF-8 | 藏됮툢\ | 11101000100101111000111111101011100100001010111011101101100010001010001001011100 | e8978feb90aeed88a25c |
UHC | 藏됮툢\ | 11101101111110101000100111101001101110001001100101011100 | edfa89e9b8995c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)