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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篁雅ゥ | 1110001010111001100010011110101110101001 | e2b989eba9 |
EUC-JP | 篁雅ゥ | 111001001011101110110010111011011000111010101001 | e4bbb2ed8ea9 |
UTF-8 | 篁雅ゥ | 111001111010111110000001111010011001101110000101111011111011110110101001 | e7af81e99b85efbda9 |
UHC | 篁雅? | 1111110011010110111001001011101000111111 | fcd6e4ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)