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 | 炙瑩狆炙 | 1110000001110100111000001111000011100000101111001110000001110100 | e074e0f0e0bce074 |
EUC-JP | 炙瑩狆炙 | 1101111111010101111000001111001011100000101111101101111111010101 | dfd5e0f2e0bedfd5 |
UTF-8 | 炙瑩狆炙 | 111001111000001010011001111001111001000110101001111001111000101110000110111001111000001010011001 | e78299e791a9e78b86e78299 |
UHC | 炙瑩?炙 | 11101101101100111111101110101001001111111110110110110011 | edb3fba93fedb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)