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 | 隶馴斡蟆 | 1110100010101110100100111110100110001000101101001110010110110000 | e8ae93e988b4e5b0 |
EUC-JP | 隶馴斡蟆 | 1111000010110000110001101110101110110000101101101110101010110010 | f0b0c6ebb0b6eab2 |
UTF-8 | 隶馴斡蟆 | 111010011001101010110110111010011010011010110100111001101001011010100001111010001001111110000110 | e99ab6e9a6b4e696a1e89f86 |
UHC | ?馴斡? | 001111111110001011111000111001001101011000111111 | 3fe2f8e4d63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)