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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?雲山F | 001111111000100101011111100011100101001001000110 | 3f895f8e5246 |
EUC-JP | ?雲山F | 001111111011000111000000101110111011001101000110 | 3fb1c0bbb346 |
UTF-8 | 쒀雲山F | 11101100100100101000000011101001100110111011001011100101101100011011000101000110 | ec9280e99bb2e5b1b146 |
UHC | 쒀雲山F | 10111110101011001110101010100011110111111010001101000110 | beaceaa3dfa346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)