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 | 鞣呈ィ願ウ | 1110100011100010100100101110011010101000100010101110100010110011 | e8e292e6a88ae8b3 |
EUC-JP | 鞣呈ィ願ウ | 11110000111001001100010011101000100011101010100010110100111010101000111010110011 | f0e4c4e88ea8b4ea8eb3 |
UTF-8 | 鞣呈ィ願ウ | 111010011001111010100011111001011001000110001000111011111011110110101000111010011010000110011000111011111011110110110011 | e99ea3e59188efbda8e9a198efbdb3 |
UHC | ?呈?願? | 00111111111011111101000000111111111010101100001100111111 | 3fefd03feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)