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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?庵??庵?^ | 001111111000100011000001001111110011111110001000110000010011111101011110 | 3f88c13f3f88c13f5e |
EUC-JP | ?庵??庵?^ | 001111111011000011000011001111110011111110110000110000110011111101011110 | 3fb0c33f3fb0c33f5e |
UTF-8 | 얇庵롚얇庵롘^ | 11101100100101101000011111100101101110101011010111101011101000011001101011101100100101101000011111100101101110101011010111101011101000011001100001011110 | ec9687e5bab5eba19aec9687e5bab5eba1985e |
UHC | 얇庵롚얇庵롘^ | 10111110111000111110010011011101100011101101111010111110111000111110010011011101100011101101110001011110 | bee3e4dd8edebee3e4dd8edc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)