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 | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
SJIS-WIN | 唸xY唸xbE | 100110100101100001111000010110011001101001011000011110000110001001000101 | 9a5878599a58786245 |
EUC-JP | 唸xY唸xbE | 110100111011100101111000010110011101001110111001011110000110001001000101 | d3b97859d3b9786245 |
UTF-8 | 唸xY唸xbE | 1110010110010100101110000111100001011001111001011001010010111000011110000110001001000101 | e594b87859e594b8786245 |
UHC | ?xY?xbE | 00111111011110000101100100111111011110000110001001000101 | 3f78593f786245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)