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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 踵門槙G | 11100110111110011001011011100101100101101000101001000111 | e6f996e5968a47 |
EUC-JP | 踵門槙G | 11101100111110111100110011100111110010111110101001000111 | ecfbcce7cbea47 |
UTF-8 | 踵門槙G | 11101000101110001011010111101001100101101000000011100110101001111001100101000111 | e8b8b5e99680e6a79947 |
UHC | 踵門?G | 111100011010001011011010101001100011111101000111 | f1a2daa63f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)