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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | アフ霪\ | 1011000111001100111010001100010001011100 | b1cce8c45c |
EUC-JP | アフ霪\ | 10001110101100011000111011001100111100001100011001011100 | 8eb18eccf0c65c |
UTF-8 | アフ霪\ | 11101111101111011011000111101111101111101000110011101001100111001010101001011100 | efbdb1efbe8ce99caa5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)