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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢ッム削駐 | 1110010110100011101011111101000110001101111011011001001010010011 | e5a3afd18ded9293 |
EUC-JP | 螢ッム削駐 | 11101010101001011000111010101111100011101101000110111010111011111100001111110011 | eaa58eaf8ed1baefc3f3 |
UTF-8 | 螢ッム削駐 | 111010001001111010100010111011111011110110101111111011111011111010010001111001011000100110001010111010011010011110010000 | e89ea2efbdafefbe91e5898ae9a790 |
UHC | 螢??削駐 | 1111101110101011001111110011111111011110111110111111000111010010 | fbab3f3fdefbf1d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)