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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 厓??? | 1111101010001101001111110011111100111111 | fa8d3f3f3f |
EUC-JP | 厓??琰 | 1000111110110100110001110011111100111111100011111100110010110100 | 8fb4c73f3f8fccb4 |
UTF-8 | 厓꿰떬琰 | 111001011000111010010011111010101011111110110000111010111001011010101100111001111001000010110000 | e58e93eabfb0eb96ace790b0 |
UHC | 厓꿰떬琰 | 1110010011101101101100101110011110001011101111001110011011111100 | e4edb2e78bbce6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)