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 | ??¢??¢^ | 00111111001111111010001000111111001111111010001001011110 | 3f3fa23f3fa25e |
SJIS-WIN | 蒹育¢蒹育¢^ | 11100100111000111000100011100111100000011001000111100100111000111000100011100111100000011001000101011110 | e4e388e78191e4e388e781915e |
EUC-JP | 蒹育¢蒹育¢^ | 11101000111001011011000011101001101000011111000111101000111001011011000011101001101000011111000101011110 | e8e5b0e9a1f1e8e5b0e9a1f15e |
UTF-8 | 蒹育¢蒹育¢^ | 1110100010010010101110011110100010000010101100101100001010100010111010001001001010111001111010001000001010110010110000101010001001011110 | e892b9e882b2c2a2e892b9e882b2c2a25e |
UHC | ?育??育?^ | 001111111110101111000000001111110011111111101011110000000011111101011110 | 3febc03f3febc03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)