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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 源????? | 10001100101110010011111100111111001111110011111100111111 | 8cb93f3f3f3f3f |
EUC-JP | 源????? | 10111000101110110011111100111111001111110011111100111111 | b8bb3f3f3f3f3f |
UTF-8 | 源잭렓목렰렠 | 111001101011101010010000111011001001111010101101111010111010000010010011111010111010101010101001111010111010000010110000111010111010000010100000 | e6ba90ec9eadeba093ebaaa9eba0b0eba0a0 |
UHC | 源잭렓목렰렠 | 111010101011100111000000111010001000111010101000101110001111000110001110101111011000111010110001 | eab9c0e88ea8b8f18ebd8eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)