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 | 永??飮 | 100010010110100100111111001111111001111101011010 | 89693f3f9f5a |
EUC-JP | 永??飮 | 101100011100101000111111001111111101110110111011 | b1ca3f3fddbb |
UTF-8 | 永띠쉻飮 | 111001101011000010111000111010111001110110100000111011001000100110111011111010011010001110101110 | e6b0b8eb9da0ec89bbe9a3ae |
UHC | 永띠쉻飮 | 1110011110110101101101101110110010011010100100011110101111100110 | e7b5b6ec9a91ebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)