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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逋緒讐葢 | 1110011110011001100011111000111110001111010100011110010011100010 | e7998f8f8f51e4e2 |
EUC-JP | 逋緒讐葢 | 1110110111111001101111011110111110111101101100101110100011100100 | edf9bdefbdb2e8e4 |
UTF-8 | 逋緒讐葢 | 111010011000000010001011111001111011011110010010111010001010111010010000111010001001000110100010 | e9808be7b792e8ae90e891a2 |
UHC | 逋?讐? | 111110001110011100111111111000101100001000111111 | f8e73fe2c23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)