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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 逶咲兇F | 11100111100110111000110111100111100010111010001001000110 | e79b8de78ba246 |
EUC-JP | 逶咲兇F | 11101101111110111011101011101001101101101010010001000110 | edfbbae9b6a446 |
UTF-8 | 逶咲兇F | 11101001100000001011011011100101100100101011001011100101100001011000011101000110 | e980b6e592b2e5858746 |
UHC | ??兇F | 0011111100111111111111011101010001000110 | 3f3ffdd446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)