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 | 髀諾箜 | 111010011000111110010001111110001110001010110001 | e98f91f8e2b1 |
EUC-JP | 髀諾箜 | 111100011110111111000010111110101110010010110011 | f1efc2fae4b3 |
UTF-8 | 髀諾箜 | 111010011010101110000000111010001010101110111110111001111010111010011100 | e9ab80e8abbee7ae9c |
UHC | ?諾? | 00111111110100011110011100111111 | 3fd1e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)