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 | èùèÍý | 1110100011111001100101011110100010001000100011001100110111111101 | e8f995e8888ccdfd |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | èù?è??Íý | 100011111010101110110010100011111010101111100011001111111000111110101011101100100011111100111111100011111010101010111111100011111010101111110010 | 8fabb28fabe33f8fabb23f3f8faabf8fabf2 |
UTF-8 | èùèÍý | 11000011101010001100001110111001110000101001010111000011101010001100001010001000110000101000110011000011100011011100001110111101 | c3a8c3b9c295c3a8c288c28cc38dc3bd |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)