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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 棚脱続綻h | 100100100100100110010010010001011001000110110001100100100101110101101000 | 9249924591b1925d68 |
EUC-JP | 棚脱続綻h | 110000111010101011000011101001101100001010110011110000111011111001101000 | c3aac3a6c2b3c3be68 |
UTF-8 | 棚脱続綻h | 11100110101000111001101011101000100001001011000111100111101101101001101011100111101101101011101101101000 | e6a39ae884b1e7b69ae7b6bb68 |
UHC | 棚??綻h | 11011101110111000011111100111111111101111010101001101000 | dddc3f3ff7aa68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)