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 | 傲る?寃 | 10011000111111001000001011101001001111111001101110000011 | 98fc82e93f9b83 |
EUC-JP | 傲る?寃 | 11010000111111101010010011101011001111111101010111100011 | d0fea4eb3fd5e3 |
UTF-8 | 傲る퀒寃 | 111001011000001010110010111000111000001010001011111011011000000010010010111001011010111110000011 | e582b2e3828bed8092e5af83 |
UHC | 傲る퀒寃 | 1110011111101100101010101110101110110011100001111110101010110010 | e7ecaaebb387eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)