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 | ???NV | 0011111100111111001111110100111001010110 | 3f3f3f4e56 |
SJIS-WIN | 貎∫ルNV | 1110011010111101100000011110011110000011100010110100111001010110 | e6bd81e7838b4e56 |
EUC-JP | 貎∫ルNV | 1110110010111111101000101110100110100101111010110100111001010110 | ecbfa2e9a5eb4e56 |
UTF-8 | 貎∫ルNV | 1110100010110010100011101110001010001000101010111110001110000011101010110100111001010110 | e8b28ee288abe383ab4e56 |
UHC | ?∫ルNV | 00111111101000011111001010101011111010110100111001010110 | 3fa1f2abeb4e56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)