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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 訂?訂?^ | 10010010111110010011111110010010111110010011111101011110 | 92f93f92f93f5e |
EUC-JP | 訂?訂?^ | 11000100111110110011111111000100111110110011111101011110 | c4fb3fc4fb3f5e |
UTF-8 | 訂퓬訂퓬^ | 11101000101010001000001011101101100100111010110011101000101010001000001011101101100100111010110001011110 | e8a882ed93ace8a882ed93ac5e |
UHC | 訂퓬訂퓬^ | 111011111111010011000111101111001110111111110100110001111011110001011110 | eff4c7bceff4c7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)