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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 種企?? | 100011101110110110001010111010010011111100111111 | 8eed8ae93f3f |
EUC-JP | 種企?? | 101111001110111110110100111010110011111100111111 | bcefb4eb3f3f |
UTF-8 | 種企렔렍 | 111001111010100010101110111001001011110010000001111010111010000010010100111010111010000010001101 | e7a8aee4bc81eba094eba08d |
UHC | 種企렔렍 | 1111000011111010110100001110101010001110101010011000111010100011 | f0fad0ea8ea98ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)