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 | ?娟? | 00111111100110110100111000111111 | 3f9b4e3f |
EUC-JP | ?娟? | 00111111110101011010111100111111 | 3fd5af3f |
UTF-8 | 윔娟쓸 | 111011001001110010010100111001011010100010011111111011001001001110111000 | ec9c94e5a89fec93b8 |
UHC | 윔娟쓸 | 110000001010101111100110110000101011111010110101 | c0abe6c2beb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)