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 | å¥\ | 100111001110010110010111101001011001111101011100 | 9ce597a59f5c |
SJIS-WIN | ???¥?\ | 00111111001111110011111110000001100011110011111101011100 | 3f3f3f818f3f5c |
EUC-JP | ?å???\ | 0011111110001111101010111010100100111111001111110011111101011100 | 3f8faba93f3f3f5c |
UTF-8 | å¥\ | 1100001010011100110000111010010111000010100101111100001010100101110000101001111101011100 | c29cc3a5c297c2a5c29f5c |
UHC | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)