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 | 驕ィ闍難スス | 111010011000000110101000111010001000101110010011111011111011110110111101 | e981a8e88b93efbdbd |
EUC-JP | 驕ィ闍難スス | 111100011110000110001110101010001110111111101011110001101111000110001110101111011000111010111101 | f1e18ea8efebc6f18ebd8ebd |
UTF-8 | 驕ィ闍難スス | 111010011010100110010101111011111011110110101000111010011001011110001101111010011001101110100011111011111011110110111101111011111011110110111101 | e9a995efbda8e9978de99ba3efbdbdefbdbd |
UHC | 驕??難?? | 1100111011110110001111110011111111010001111100010011111100111111 | cef63f3fd1f13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)