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 | 霤チュ^ | 1110100011000011110000011010110101011110 | e8c3c1ad5e |
EUC-JP | 霤チュ^ | 11110000110001011000111011000001100011101010110101011110 | f0c58ec18ead5e |
UTF-8 | 霤チュ^ | 11101001100111001010010011101111101111101000000111101111101111011010110101011110 | e99ca4efbe81efbdad5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)