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 | モ。矍ミ | 11010011101000011111011110101010111000011101110111010000 | d3a1f7aae1ddd0 |
EUC-JP | モ。?矍ミ | 100011101101001110001110101000010011111111100010110111111000111011010000 | 8ed38ea13fe2df8ed0 |
UTF-8 | モ。矍ミ | 111011111011111010010011111011111011110110100001111011101001011010001101111001111001111110001101111011111011111010010000 | efbe93efbda1ee968de79f8defbe90 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)