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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髱、貉ソ遽 | 1110100110011101101001001110011010111001101111111110011110101111 | e99da4e6b9bfe7af |
EUC-JP | 髱、貉ソ遽 | 11110001111111011000111010100100111011001011101110001110101111111110111010110001 | f1fd8ea4ecbb8ebfeeb1 |
UTF-8 | 髱、貉ソ遽 | 111010011010101110110001111011111011110110100100111010001011001010001001111011111011110110111111111010011000000110111101 | e9abb1efbda4e8b289efbdbfe981bd |
UHC | ????遽 | 001111110011111100111111001111111100101111101000 | 3f3f3f3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)