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 | ?絲k | 0011111111100011010011101000001010001011 | 3fe34e828b |
EUC-JP | ?絲k | 0011111111100101101011111010001111101011 | 3fe5afa3eb |
UTF-8 | 流絲k | 111011111010011110001010111001111011010110110010111011111011110110001011 | efa78ae7b5b2efbd8b |
UHC | 流絲k | 111010101111110011011110111010101010001111101011 | eafcdeeaa3eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)