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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?企??鬱 | 00111111100010101110100100111111001111111001111101010100 | 3f8ae93f3f9f54 |
EUC-JP | 勖企??鬱 | 100011111011001111101101101101001110101100111111001111111101110110110101 | 8fb3edb4eb3f3fddb5 |
UTF-8 | 勖企렟렩鬱 | 111001011000101110010110111001001011110010000001111010111010000010011111111010111010000010101001111010011010110010110001 | e58b96e4bc81eba09feba0a9e9acb1 |
UHC | 勖企렟렩鬱 | 11101001111011011101000011101010100011101011000010001110101101111110101010100110 | e9edd0ea8eb08eb7eaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)