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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 省アニ銕イ | 10001111110010001011000111000110111001111110110010110010 | 8fc8b1c6e7ecb2 |
EUC-JP | 省アニ銕イ | 10111110110010101000111010110001100011101100011011101110111011101000111010110010 | beca8eb18ec6eeee8eb2 |
UTF-8 | 省アニ銕イ | 111001111001110010000001111011111011110110110001111011111011111010000110111010011000101010010101111011111011110110110010 | e79c81efbdb1efbe86e98a95efbdb2 |
UHC | 省???? | 111000001111110100111111001111110011111100111111 | e0fd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)