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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 偲式篠雫\ | 100011101100001110001110101011101000111011000010100011101011010001011100 | 8ec38eae8ec28eb45c |
EUC-JP | 偲式篠雫\ | 101111001100010110111100101100001011110011000100101111001011011001011100 | bcc5bcb0bcc4bcb65c |
UTF-8 | 偲式篠雫\ | 11100101100000011011001011100101101111001000111111100111101011111010000011101001100110111010101101011100 | e581b2e5bc8fe7afa0e99bab5c |
UHC | ?式篠?\ | 00111111111000111101001011100001110001100011111101011100 | 3fe3d2e1c63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)