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 | 褫野侭 | 111001011111001110010110111011001001011010011001 | e5f396ec9699 |
EUC-JP | 褫野侭 | 111010101111010111001100111011101100101111111001 | eaf5cceecbf9 |
UTF-8 | 褫野侭 | 111010001010010010101011111010011000011110001110111001001011111010101101 | e8a4abe9878ee4bead |
UHC | ?野? | 00111111111001011010111100111111 | 3fe5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)