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 | 鞣呈亳裼ア | 111010001110001010010010111001101001100010110110111001011110011110110001 | e8e292e698b6e5e7b1 |
EUC-JP | 鞣呈亳裼ア | 11110000111001001100010011101000110100001011100011101010111010011000111010110001 | f0e4c4e8d0b8eae98eb1 |
UTF-8 | 鞣呈亳裼ア | 111010011001111010100011111001011001000110001000111001001011101010110011111010001010001110111100111011111011110110110001 | e99ea3e59188e4bab3e8a3bcefbdb1 |
UHC | ?呈??? | 001111111110111111010000001111110011111100111111 | 3fefd03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)