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 | 燼??冶 | 111000001001111000111111001111111001011011101000 | e09e3f3f96e8 |
EUC-JP | 燼??冶 | 110111111111111000111111001111111100110011101010 | dffe3f3fccea |
UTF-8 | 燼뗩떬冶 | 111001111000011110111100111010111001011110101001111010111001011010101100111001011000011010110110 | e787bceb97a9eb96ace586b6 |
UHC | 燼뗩떬冶 | 1110001111101000100010111110100110001011101111001110010110100111 | e3e88be98bbce5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)