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 | 上ユ・蕘タ | 10001111111000111101010110100101111001001111101111000000 | 8fe3d5a5e4fbc0 |
EUC-JP | 上ユ・蕘タ | 10111110111001011000111011010101100011101010010111101000111111011000111011000000 | bee58ed58ea5e8fd8ec0 |
UTF-8 | 上ユ・蕘タ | 111001001011100010001010111011111011111010010101111011111011110110100101111010001001010110011000111011111011111010000000 | e4b88aefbe95efbda5e89598efbe80 |
UHC | 上???? | 110111111011111000111111001111110011111100111111 | dfbe3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)