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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 粽恰灰繩 | 1110001011101110100010101000011010001010010001001110001110001010 | e2ee8a868a44e38a |
EUC-JP | 粽恰灰繩 | 1110010011110000101100111110011010110011101001011110010111101010 | e4f0b3e6b3a5e5ea |
UTF-8 | 粽恰灰繩 | 111001111011001010111101111001101000000110110000111001111000000110110000111001111011100110101001 | e7b2bde681b0e781b0e7b9a9 |
UHC | ?恰灰繩 | 00111111111111011110011011111100111010011110001110110001 | 3ffde6fce9e3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)