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 | アフ鯒\ | 1011000111001100111010011100010101011100 | b1cce9c55c |
EUC-JP | アフ鯒\ | 10001110101100011000111011001100111100101100011101011100 | 8eb18eccf2c75c |
UTF-8 | アフ鯒\ | 11101111101111011011000111101111101111101000110011101001101011111001001001011100 | efbdb1efbe8ce9af925c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)