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 | 逋弟諜 | 111001111001100110010010111011011001001010110011 | e79992ed92b3 |
EUC-JP | 逋弟諜 | 111011011111100111000100111011111100010010110101 | edf9c4efc4b5 |
UTF-8 | 逋弟諜 | 111010011000000010001011111001011011110010011111111010001010101110011100 | e9808be5bc9fe8ab9c |
UHC | 逋弟諜 | 111110001110011111110000101010011111010011100011 | f8e7f0a9f4e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)