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 | 鞣呈ィ樣エ | 1110100011100010100100101110011010101000100111101110100110110100 | e8e292e6a89ee9b4 |
EUC-JP | 鞣呈ィ樣エ | 11110000111001001100010011101000100011101010100011011100111010111000111010110100 | f0e4c4e88ea8dceb8eb4 |
UTF-8 | 鞣呈ィ樣エ | 111010011001111010100011111001011001000110001000111011111011110110101000111001101010100010100011111011111011110110110100 | e99ea3e59188efbda8e6a8a3efbdb4 |
UHC | ?呈?樣? | 00111111111011111101000000111111111001011100011000111111 | 3fefd03fe5c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)