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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?雙?垂 | 001111111001100111010100001111111001000010000010 | 3f99d43f9082 |
EUC-JP | ?雙?垂 | 001111111101001011010110001111111011111111100010 | 3fd2d63fbfe2 |
UTF-8 | 먚雙먚垂 | 111010111010100010011010111010011001101110011001111010111010100010011010111001011001111010000010 | eba89ae99b99eba89ae59e82 |
UHC | 먚雙먚垂 | 1001000011010111111001001010101010010000110101111110000111110111 | 90d7e4aa90d7e1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)