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 | 驍丞ゥ | 1110100110000010100011111110010110101001 | e9828fe5a9 |
EUC-JP | 驍丞ゥ | 111100011110001010111110111001111000111010101001 | f1e2bee78ea9 |
UTF-8 | 驍丞ゥ | 111010011010100110001101111001001011100010011110111011111011110110101001 | e9a98de4b89eefbda9 |
UHC | 驍丞? | 1111110110100100111000111010101000111111 | fda4e3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)