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 | è÷¤é | 1110100011110111101001001110100110011001 | e8f7a4e999 |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | è÷¤é? | 100011111010101110110010101000011110000010001111101000101111000010001111101010111011000100111111 | 8fabb2a1e08fa2f08fabb13f |
UTF-8 | è÷¤é | 11000011101010001100001110110111110000101010010011000011101010011100001010011001 | c3a8c3b7c2a4c3a9c299 |
UHC | ?÷¤?? | 00111111101000011100000010100010101101000011111100111111 | 3fa1c0a2b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)