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 | 趺廷桴 | 111001101110010110010010111011001001111010001111 | e6e592ec9e8f |
EUC-JP | 趺廷桴 | 111011001110011111000100111011101101101111101111 | ece7c4eedbef |
UTF-8 | 趺廷桴 | 111010001011011010111010111001011011101110110111111001101010000110110100 | e8b6bae5bbb7e6a1b4 |
UHC | 趺廷? | 1101110110111010111011111101010100111111 | ddbaefd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)