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 | 釘峰?? | 100100110100001010010101111101000011111100111111 | 934295f43f3f |
EUC-JP | 釘峰?? | 110001011010001111001010111101100011111100111111 | c5a3caf63f3f |
UTF-8 | 釘峰렭렖 | 111010011000011110011000111001011011001110110000111010111010000010101101111010111010000010010110 | e98798e5b3b0eba0adeba096 |
UHC | 釘峰렭렖 | 1110111111111001110111001110100010001110101110101000111010101011 | eff9dce88eba8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)