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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 髱ォ髱ィ\ | 11101001100111011010101111101001100111011010100001011100 | e99dabe99da85c |
EUC-JP | 髱ォ髱ィ\ | 111100011111110110001110101010111111000111111101100011101010100001011100 | f1fd8eabf1fd8ea85c |
UTF-8 | 髱ォ髱ィ\ | 11101001101010111011000111101111101111011010101111101001101010111011000111101111101111011010100001011100 | e9abb1efbdabe9abb1efbda85c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)