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 | ?鴦雙? | 001111111110100111110001100110011101010000111111 | 3fe9f199d43f |
EUC-JP | ?鴦雙? | 001111111111001011110011110100101101011000111111 | 3ff2f3d2d63f |
UTF-8 | 먦鴦雙먦 | 111010111010100010100110111010011011010010100110111010011001101110011001111010111010100010100110 | eba8a6e9b4a6e99b99eba8a6 |
UHC | 먦鴦雙먦 | 1001000011100011111001001110110011100100101010101001000011100011 | 90e3e4ece4aa90e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)