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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?企? | 00111111100010101110100100111111 | 3f8ae93f |
EUC-JP | 勖企? | 100011111011001111101101101101001110101100111111 | 8fb3edb4eb3f |
UTF-8 | 勖企봅 | 111001011000101110010110111001001011110010000001111010111011010010000101 | e58b96e4bc81ebb485 |
UHC | 勖企봅 | 111010011110110111010000111010101011101010111110 | e9edd0eababe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)