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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?泳? | 00111111100010010110101000111111 | 3f896a3f |
EUC-JP | ?泳? | 00111111101100011100101100111111 | 3fb1cb3f |
UTF-8 | 롁泳쀥 | 111010111010000110000001111001101011001110110011111011001000000010100101 | eba181e6b3b3ec80a5 |
UHC | 롁泳쀥 | 100011101100100011100111101101101001011111100101 | 8ec8e7b697e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)