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 | 小舌矮? | 10001111101011001001000011100011111000011110001000111111 | 8fac90e3e1e23f |
EUC-JP | 小舌矮炤 | 101111101010111011000000111001011110001011100100100011111100100111010010 | beaec0e5e2e48fc9d2 |
UTF-8 | 小舌矮炤 | 111001011011000010001111111010001000100010001100111001111001111110101110111001111000001010100100 | e5b08fe8888ce79faee782a4 |
UHC | 小舌矮炤 | 1110000110110011111000001101111111101000111000011110000110111111 | e1b3e0dfe8e1e1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)