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 | ?????FB | 00111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f4642 |
SJIS-WIN | ???弄蘗FB | 001111110011111100111111100110000100110110011111010000010100011001000010 | 3f3f3f984d9f414642 |
EUC-JP | ???弄蘗FB | 001111110011111100111111110011111010111011011101101000100100011001000010 | 3f3f3fcfaedda24642 |
UTF-8 | 渽븀렚弄蘗FB | 1110011010111000101111011110101110111000100000001110101110100000100110101110010110111100100001001110100010011000100101110100011001000010 | e6b8bdebb880eba09ae5bc84e898974642 |
UHC | 渽븀렚弄蘗FB | 111011101010101010111010111001111000111010101101110101101110011111011100101000100100011001000010 | eeaabae78eadd6e7dca24642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)