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 | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
SJIS-WIN | ?⑥?^c^ | 00111111100001110100010100111111010111100110001101011110 | 3f87453f5e635e |
EUC-JP | ???^c^ | 001111110011111100111111010111100110001101011110 | 3f3f3f5e635e |
UTF-8 | 泥⑥㎛^c^ | 111011111010011110100011111000101001000110100101111000111000111010011011010111100110001101011110 | efa7a3e291a5e38e9b5e635e |
UHC | 泥⑥㎛^c^ | 111011001011001010101000111011001010011110101101010111100110001101011110 | ecb2a8eca7ad5e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)