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 | @±ITGL | 1001001001000000100100011011000110010010010010010101010010010010010001111001001001001100 | 924091b19249549247924c |
SJIS-WIN | ?@?±?IT?G?L | 001111110100000000111111100000010111110100111111010010010101010000111111010001110011111101001100 | 3f403f817d3f49543f473f4c |
EUC-JP | ?@?±?IT?G?L | 001111110100000000111111101000011101111000111111010010010101010000111111010001110011111101001100 | 3f403fa1de3f49543f473f4c |
UTF-8 | @±ITGL | 1100001010010010010000001100001010010001110000101011000111000010100100100100100101010100110000101001001001000111110000101001001001001100 | c29240c291c2b1c2924954c29247c2924c |
UHC | ?@?±?IT?G?L | 001111110100000000111111101000011011111000111111010010010101010000111111010001110011111101001100 | 3f403fa1be3f49543f473f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)