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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蕭器十茘 | 1110010101001010100010101110110110001111010111001110010010101011 | e54a8aed8f5ce4ab |
EUC-JP | 蕭器十茘 | 1110100110101011101101001110111110111101101111011110100010101101 | e9abb4efbdbde8ad |
UTF-8 | 蕭器十茘 | 111010001001010110101101111001011001100110101000111001011000110110000001111010001000110010011000 | e895ade599a8e58d81e88c98 |
UHC | 蕭器十? | 11100001110010111101000011101111111001001010100000111111 | e1cbd0efe4a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)