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 | ???袗蔗 | 00111111001111110011111111100101110101011110010011110010 | 3f3f3fe5d5e4f2 |
EUC-JP | ???袗蔗 | 00111111001111110011111111101010110101111110100011110100 | 3f3f3fead7e8f4 |
UTF-8 | 알롃렡袗蔗 | 111011001001010110001100111010111010000110000011111010111010000010100001111010001010001010010111111010001001010010010111 | ec958ceba183eba0a1e8a297e89497 |
UHC | 알롃렡袗蔗 | 10111110110010111000111011001010100011101011001011110010110111111110110110111101 | becb8eca8eb2f2dfedbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)