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 | 昇、遙執 | 1000111110111000111110001000111010100100111010101010000110001110101101111111000011111100 | 8fb8f88ea4eaa18eb7f0fc |
EUC-JP | 昇?、遙執? | 10111110101110100011111110001110101001001111010010100011101111001011100100111111 | beba3f8ea4f4a3bcb93f |
UTF-8 | 昇、遙執 | 111001101001100010000111111011101001100010101101111011111011110110100100111010011000000110011001111001011001111110110111111011101000001010111011 | e69887ee98adefbda4e98199e59fb7ee82bb |
UHC | 昇??遙執? | 111000111011000000111111001111111110100110101011111100101111101100111111 | e3b03f3fe9abf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)