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 | çÏ΢ | 1110011111001111100111101100111010000010100011101001111110100010 | e7cf9ece828e9fa2 |
SJIS-WIN | ???????¢ | 001111110011111100111111001111110011111100111111001111111000000110010001 | 3f3f3f3f3f3f3f8191 |
EUC-JP | çÏ?Î???¢ | 100011111010101110101110100011111010101011000001001111111000111110101010110000100011111100111111001111111010000111110001 | 8fabae8faac13f8faac23f3f3fa1f1 |
UTF-8 | çÏ΢ | 11000011101001111100001110001111110000101001111011000011100011101100001010000010110000101000111011000010100111111100001010100010 | c3a7c38fc29ec38ec282c28ec29fc2a2 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)