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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鈑滔ャ緋B | 11100111111001011001111111101011101011001001010011101010111100001010111101000010 | e7e59febac94eaf0af42 |
EUC-JP | 鈑滔ャ緋?B | 11101110111001111101111011101101100011101010110011001000111011000011111101000010 | eee7deed8eacc8ec3f42 |
UTF-8 | 鈑滔ャ緋B | 11101001100010001001000111100110101110111001010011101111101111011010110011100111101101111000101111101110100000011010111001000010 | e98891e6bb94efbdace7b78bee81ae42 |
UHC | 鈑滔?緋?B | 111101111111111011010100101001010011111111011101111111000011111101000010 | f7fed4a53fddfc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)