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 | コ蠑ュ褓 | 1111001010100011101110101110010110111100101011011110010111101110 | f2a3bae5bcade5ee |
EUC-JP | ?コ蠑ュ褓 | 001111111000111010111010111010101011111010001110101011011110101011110000 | 3f8ebaeabe8eadeaf0 |
UTF-8 | コ蠑ュ褓 | 111011101000011110011010111011111011110110111010111010001010000010010001111011111011110110101101111010001010010010010011 | ee879aefbdbae8a091efbdade8a493 |
UHC | ????褓 | 001111110011111100111111001111111101110011001110 | 3f3f3f3fdcce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)