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 | 蠅サ妤 | 1110010110100010101110111111101010100100 | e5a2bbfaa4 |
EUC-JP | 蠅サ妤 | 11101010101001001000111010111011100011111011100110101111 | eaa48ebb8fb9af |
UTF-8 | 蠅サ妤 | 111010001010000010000101111011111011110110111011111001011010011010100100 | e8a085efbdbbe5a6a4 |
UHC | 蠅?? | 11100011101100100011111100111111 | e3b23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)