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 | ?O?? | 00111111010011110011111100111111 | 3f4f3f3f |
SJIS-WIN | 夕O跣? | 100101110101101101001111111001101110111100111111 | 975b4fe6ef3f |
EUC-JP | 夕O跣璿 | 1100110110111100010011111110110011110001100011111100110011101001 | cdbc4fecf18fcce9 |
UTF-8 | 夕O跣璿 | 11100101101001001001010101001111111010001011011110100011111001111001001010111111 | e5a4954fe8b7a3e792bf |
UHC | 夕O跣璿 | 11100000101010100100111111100000110100111110000011000111 | e0aa4fe0d3e0c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)