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 | ????Q] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | ?旭??Q] | 00111111100010001010111000111111001111110101000101011101 | 3f88ae3f3f515d |
EUC-JP | ?旭??Q] | 00111111101100001011000000111111001111110101000101011101 | 3fb0b03f3f515d |
UTF-8 | 쒔旭렖렣Q] | 1110110010010010100101001110011010010111101011011110101110100000100101101110101110100000101000110101000101011101 | ec9294e697adeba096eba0a3515d |
UHC | 쒔旭렖렣Q] | 10111110101011011110100111101111100011101010101110001110101101000101000101011101 | beade9ef8eab8eb4515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)