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 | 篌焔す襃 | 1110001010111010100010011000101110000010101101111110010111101111 | e2ba898b82b7e5ef |
EUC-JP | 篌焔す襃 | 1110010010111100101100011110101110100100101110011110101011110001 | e4bcb1eba4b9eaf1 |
UTF-8 | 篌焔す襃 | 111001111010111110001100111001111000010010010100111000111000000110011001111010001010010110000011 | e7af8ce78494e38199e8a583 |
UHC | ??す? | 0011111100111111101010101011100100111111 | 3f3faab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)