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 | ÎŽËÉú¼ | 1100111011000101101111011100101111001001111110101000111110111100 | cec5bdcbc9fa8fbc |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ÎÅ?ËÉú?? | 100011111010101011000010100011111010101010101001001111111000111110101010101100111000111110101010101100011000111110101011111000100011111100111111 | 8faac28faaa93f8faab38faab18fabe23f3f |
UTF-8 | ÎŽËÉú¼ | 11000011100011101100001110000101110000101011110111000011100010111100001110001001110000111011101011000010100011111100001010111100 | c38ec385c2bdc38bc389c3bac28fc2bc |
UHC | ??½????¼ | 00111111001111111010100011110110001111110011111100111111001111111010100011111001 | 3f3fa8f63f3f3f3fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)