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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?科莎け∫ | 001111111000100111001000111001001011001110000010101011111000000111100111 | 3f89c8e4b382af81e7 |
EUC-JP | ?科莎け∫ | 001111111011001011001010111010001011010110100100101100011010001011101001 | 3fb2cae8b5a4b1a2e9 |
UTF-8 | 룴科莎け∫ | 111010111010001110110100111001111010011110010001111010001000111010001110111000111000000110010001111000101000100010101011 | eba3b4e7a791e88e8ee38191e288ab |
UHC | 룴科莎け∫ | 10001111101010011100111010100001110111101110110110101010101100011010000111110010 | 8fa9cea1deedaab1a1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)