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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 籵爵灼籔B | 111000101110000010001110110111011000111011011100111000101101011001000010 | e2e08edd8edce2d642 |
EUC-JP | 籵爵灼籔B | 111001001110001010111100110111111011110011011110111001001101100001000010 | e4e2bcdfbcdee4d842 |
UTF-8 | 籵爵灼籔B | 11100111101100011011010111100111100010001011010111100111100000011011110011100111101100011001010001000010 | e7b1b5e788b5e781bce7b19442 |
UHC | ?爵灼?B | 00111111111011011100100111101101110001110011111101000010 | 3fedc9edc73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)