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 | 焏基鱒軫 | 1111101101010011100010101110111010010110100100001110011101100110 | fb538aee9690e766 |
EUC-JP | 焏基鱒軫 | 100011111100100111101001101101001111000011001011111100001110110111000111 | 8fc9e9b4f0cbf0edc7 |
UTF-8 | 焏基鱒軫 | 111001111000010010001111111001011001111110111010111010011011000110010010111010001011101110101011 | e7848fe59fbae9b192e8bbab |
UHC | ?基?軫 | 001111111101000011110001001111111111001011100010 | 3fd0f13ff2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)