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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | サ眞ツ^ | 1011101111100001110000011100001001011110 | bbe1c1c25e |
EUC-JP | サ眞ツ^ | 10001110101110111110001011000011100011101100001001011110 | 8ebbe2c38ec25e |
UTF-8 | サ眞ツ^ | 11101111101111011011101111100111100111001001111011101111101111101000001001011110 | efbdbbe79c9eefbe825e |
UHC | ?眞?^ | 0011111111110010110110000011111101011110 | 3ff2d83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)