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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驥井ク稲囹 | 111010011000011110001000111001001011100010001000111011101001101010011010 | e98788e4b888ee9a9a |
EUC-JP | 驥井ク稲囹 | 11110001111001111011000011100110100011101011100010110000111100001101001111111010 | f1e7b0e68eb8b0f0d3fa |
UTF-8 | 驥井ク稲囹 | 111010011010100110100101111001001011101010010101111011111011110110111000111001111010100010110010111001011001101110111001 | e9a9a5e4ba95efbdb8e7a8b2e59bb9 |
UHC | 驥井??囹 | 1101000111001010111011111100110000111111001111111101011010110111 | d1caefcc3f3fd6b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)