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 | êß÷¨ | 11101010110111111111011110101000 | eadff7a8 |
SJIS-WIN | ??֬ | 001111110011111110000001100000001000000101001110 | 3f3f8180814e |
EUC-JP | êß÷¨ | 10001111101010111011010010001111101010011100111010100001111000001010000110101111 | 8fabb48fa9cea1e0a1af |
UTF-8 | êß÷¨ | 1100001110101010110000111001111111000011101101111100001010101000 | c3aac39fc3b7c2a8 |
UHC | ?ß÷¨ | 00111111101010011010110010100001110000001010000110100111 | 3fa9aca1c0a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)