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 | 驩九え | 111010011000100110001011111000111000001010100110 | e9898be382a6 |
EUC-JP | 驩九え | 111100011110100110110110111001011010010010101000 | f1e9b6e5a4a8 |
UTF-8 | 驩九え | 111010011010100110101001111001001011100110011101111000111000000110001000 | e9a9a9e4b99de38188 |
UHC | 驩九え | 111111001011111011001110111110101010101010101000 | fcbecefaaaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)