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 | 鞨乗ウ「\ | 11101000111000001000111111100110101100111010001001011100 | e8e08fe6b3a25c |
EUC-JP | 鞨乗ウ「\ | 111100001110001010111110111010001000111010110011100011101010001001011100 | f0e2bee88eb38ea25c |
UTF-8 | 鞨乗ウ「\ | 11101001100111101010100011100100101110011001011111101111101111011011001111101111101111011010001001011100 | e99ea8e4b997efbdb3efbda25c |
UHC | 鞨???\ | 110010101110101000111111001111110011111101011100 | caea3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)