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 | 蓁ィ險ュ^ | 11100100111010111010100011101000101010001010110101011110 | e4eba8e8a8ad5e |
EUC-JP | 蓁ィ險ュ^ | 111010001110110110001110101010001111000010101010100011101010110101011110 | e8ed8ea8f0aa8ead5e |
UTF-8 | 蓁ィ險ュ^ | 11101000100100111000000111101111101111011010100011101001100110101010101011101111101111011010110101011110 | e89381efbda8e99aaaefbdad5e |
UHC | ??險?^ | 001111110011111111111010110011110011111101011110 | 3f3ffacf3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)