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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蜊ィ險ュ^ | 11100101100011011010100011101000101010001010110101011110 | e58da8e8a8ad5e |
EUC-JP | 蜊ィ險ュ^ | 111010011110110110001110101010001111000010101010100011101010110101011110 | e9ed8ea8f0aa8ead5e |
UTF-8 | 蜊ィ險ュ^ | 11101000100111001000101011101111101111011010100011101001100110101010101011101111101111011010110101011110 | e89c8aefbda8e99aaaefbdad5e |
UHC | ??險?^ | 001111110011111111111010110011110011111101011110 | 3f3ffacf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)