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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 失車失車^ | 100011101011100010001110110101001000111010111000100011101101010001011110 | 8eb88ed48eb88ed45e |
EUC-JP | 失車失車^ | 101111001011101010111100110101101011110010111010101111001101011001011110 | bcbabcd6bcbabcd65e |
UTF-8 | 失車失車^ | 11100101101001001011000111101000101110111000101011100101101001001011000111101000101110111000101001011110 | e5a4b1e8bb8ae5a4b1e8bb8a5e |
UHC | 失車失車^ | 111000111111011111110011101100111110001111110111111100111011001101011110 | e3f7f3b3e3f7f3b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)