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 | û[©ûN | 111110110101101110001110101010011111101101001110 | fb5b8ea9fb4e |
SJIS-WIN | ?[???N | 001111110101101100111111001111110011111101001110 | 3f5b3f3f3f4e |
EUC-JP | û[?©ûN | 100011111010101111100101010110110011111110001111101000101110110110001111101010111110010101001110 | 8fabe55b3f8fa2ed8fabe54e |
UTF-8 | û[©ûN | 11000011101110110101101111000010100011101100001010101001110000111011101101001110 | c3bb5bc28ec2a9c3bb4e |
UHC | ?[???N | 001111110101101100111111001111110011111101001110 | 3f5b3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)