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 | ½¥ÇÈ | 1011110110100101100011111100011111001000 | bda58fc7c8 |
SJIS-WIN | ?¥??? | 001111111000000110001111001111110011111100111111 | 3f818f3f3f3f |
EUC-JP | ???ÇÈ | 001111110011111100111111100011111010101010101110100011111010101010110010 | 3f3f3f8faaae8faab2 |
UTF-8 | ½¥ÇÈ | 11000010101111011100001010100101110000101000111111000011100001111100001110001000 | c2bdc2a5c28fc387c388 |
UHC | ½???? | 101010001111011000111111001111110011111100111111 | a8f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)