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 | å·½è¹e^ | 1110010110110111101111011110100010001000101110010110010101011110 | e5b7bde888b9655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | å??è??e^ | 100011111010101110101001001111110011111110001111101010111011001000111111001111110110010101011110 | 8faba93f3f8fabb23f3f655e |
UTF-8 | å·½è¹e^ | 1100001110100101110000101011011111000010101111011100001110101000110000101000100011000010101110010110010101011110 | c3a5c2b7c2bdc3a8c288c2b9655e |
UHC | ?·½??¹e^ | 0011111110100001101001001010100011110110001111110011111110101001111101100110010101011110 | 3fa1a4a8f63f3fa9f6655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)