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 | 諧?提? | 111001100111111000111111100100101111000100111111 | e67e3f92f13f |
EUC-JP | 諧?提? | 111010111101111100111111110001001111001100111111 | ebdf3fc4f33f |
UTF-8 | 諧찰提뤈 | 111010001010101110100111111011001011000010110000111001101000111110010000111010111010010010001000 | e8aba7ecb0b0e68f90eba488 |
UHC | 諧찰提뤈 | 1111101010110010110000101111101111110000101010111000111110111000 | fab2c2fbf0ab8fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)