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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | サ眞ツ\ | 1011101111100001110000011100001001011100 | bbe1c1c25c |
EUC-JP | サ眞ツ\ | 10001110101110111110001011000011100011101100001001011100 | 8ebbe2c38ec25c |
UTF-8 | サ眞ツ\ | 11101111101111011011101111100111100111001001111011101111101111101000001001011100 | efbdbbe79c9eefbe825c |
UHC | ?眞?\ | 0011111111110010110110000011111101011100 | 3ff2d83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)