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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 彗??炯?\ | 1001110001100001001111110011111111100000011101100011111101011100 | 9c613f3fe0763f5c |
EUC-JP | 彗??炯?\ | 1101011111000010001111110011111111011111110101110011111101011100 | d7c23f3fdfd73f5c |
UTF-8 | 彗륃맆炯쭺\ | 11100101101111011001011111101011101001011000001111101011101001111000011011100111100000101010111111101100101011011011101001011100 | e5bd97eba583eba786e782afecadba5c |
UHC | 彗륃맆炯쭺\ | 1111101110110010100011111110111010010000101000001111101110100110101010000100110001011100 | fbb28fee90a0fba6a84c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)