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 | ?企?? | 0011111110001010111010010011111100111111 | 3f8ae93f3f |
EUC-JP | 勖企?? | 10001111101100111110110110110100111010110011111100111111 | 8fb3edb4eb3f3f |
UTF-8 | 勖企렧렢 | 111001011000101110010110111001001011110010000001111010111010000010100111111010111010000010100010 | e58b96e4bc81eba0a7eba0a2 |
UHC | 勖企렧렢 | 1110100111101101110100001110101010001110101101101000111010110011 | e9edd0ea8eb68eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)