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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 劑企v | 100110011001110110001010111010011000001010010110 | 999d8ae98296 |
EUC-JP | 劑企v | 110100011111110110110100111010111010001111110110 | d1fdb4eba3f6 |
UTF-8 | 劑企v | 111001011000101010010001111001001011110010000001111011111011110110010110 | e58a91e4bc81efbd96 |
UHC | 劑企v | 111100001010010111010000111010101010001111110110 | f0a5d0eaa3f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)