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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 艤??矣?\ | 1110010001111110001111110011111111100001111000010011111101011100 | e47e3f3fe1e13f5c |
EUC-JP | 艤??矣?\ | 1110011111011111001111110011111111100010111000110011111101011100 | e7df3f3fe2e33f5c |
UTF-8 | 艤㏃쇎矣멛\ | 11101000100010011010010011100011100011111000001111101100100001111000111011100111100111111010001111101011101010011001101101011100 | e889a4e38f83ec878ee79fa3eba99b5c |
UHC | 艤㏃쇎矣멛\ | 1110101111111010101001111110110010011001101111111110101111111000100100010100110001011100 | ebfaa7ec99bfebf8914c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)