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 | 形??形??^ | 100011000110000000111111001111111000110001100000001111110011111101011110 | 8c603f3f8c603f3f5e |
EUC-JP | 形??形??^ | 101101111100000100111111001111111011011111000001001111110011111101011110 | b7c13f3fb7c13f3f5e |
UTF-8 | 形쀮궓形쀮궓^ | 11100101101111011010001011101100100000001010111011101010101101101001001111100101101111011010001011101100100000001010111011101010101101101001001101011110 | e5bda2ec80aeeab693e5bda2ec80aeeab6935e |
UHC | 形쀮궓形쀮궓^ | 11111011101000011001011111101110100000101010100011111011101000011001011111101110100000101010100001011110 | fba197ee82a8fba197ee82a85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)