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 | 源?? | 10001100101110010011111100111111 | 8cb93f3f |
EUC-JP | 源?? | 10111000101110110011111100111111 | b8bb3f3f |
UTF-8 | 源잭렔 | 111001101011101010010000111011001001111010101101111010111010000010010100 | e6ba90ec9eadeba094 |
UHC | 源잭렔 | 111010101011100111000000111010001000111010101001 | eab9c0e88ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)