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 | 10001110111000001000101111111011100100010100001001000110 | 8ee08bfb914246 |
EUC-JP | 錫屑腺F | 10111100111000101011011011111101110000011010001101000110 | bce2b6fdc1a346 |
UTF-8 | 錫屑腺F | 11101001100011001010101111100101101100011001000111101000100001011011101001000110 | e98cabe5b191e885ba46 |
UHC | 錫屑腺F | 11100000101110001110000011011010111000001100110101000110 | e0b8e0dae0cd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)