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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | ???窺e^ | 00111111001111110011111110001001010011010110010101011110 | 3f3f3f894d655e |
EUC-JP | ???窺e^ | 00111111001111110011111110110001101011100110010101011110 | 3f3f3fb1ae655e |
UTF-8 | 溫뚩퐶窺e^ | 1110011010111010101010111110101110011010101010011110110110010000101101101110011110101010101110100110010101011110 | e6baabeb9aa9ed90b6e7aaba655e |
UHC | 溫뚩퐶窺e^ | 11101000101011101000110011101000101111011001111111010000101010100110010101011110 | e8ae8ce8bd9fd0aa655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)