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 | 羃肢畿羃 | 1110001110110000100011101000100010001011010001011110001110110000 | e3b08e888b45e3b0 |
EUC-JP | 羃肢畿羃 | 1110011010110010101110111110100010110101101001101110011010110010 | e6b2bbe8b5a6e6b2 |
UTF-8 | 羃肢畿羃 | 111001111011111010000011111010001000001010100010111001111001010110111111111001111011111010000011 | e7be83e882a2e795bfe7be83 |
UHC | ?肢畿? | 001111111111001010110110110100011011001000111111 | 3ff2b6d1b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)