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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銧ト雎瑜燻ウ | 11111011110011001100010011101000101100011110000011101111111000001000111010110011 | fbccc4e8b1e0efe08eb3 |
EUC-JP | 銧ト雎瑜燻ウ | 10001111111001001010011010001110110001001111000010110011111000001111000111011111111011101000111010110011 | 8fe4a68ec4f0b3e0f1dfee8eb3 |
UTF-8 | 銧ト雎瑜燻ウ | 111010011000101010100111111011111011111010000100111010011001101110001110111001111001000110011100111001111000011110111011111011111011110110110011 | e98aa7efbe84e99b8ee7919ce787bbefbdb3 |
UHC | ??雎瑜燻? | 001111110011111111101110110100011110101110100101111111011011100000111111 | 3f3feed1eba5fdb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)