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 | DGºMAK | 1001001001000100100100100100011110010001101110100100110110010010010000011001001001001011 | 9244924791ba4d9241924b |
SJIS-WIN | ?D?G??M?A?K | 0011111101000100001111110100011100111111001111110100110100111111010000010011111101001011 | 3f443f473f3f4d3f413f4b |
EUC-JP | ?D?G?ºM?A?K | 00111111010001000011111101000111001111111000111110100010111010110100110100111111010000010011111101001011 | 3f443f473f8fa2eb4d3f413f4b |
UTF-8 | DGºMAK | 1100001010010010010001001100001010010010010001111100001010010001110000101011101001001101110000101001001001000001110000101001001001001011 | c29244c29247c291c2ba4dc29241c2924b |
UHC | ?D?G?ºM?A?K | 001111110100010000111111010001110011111110101000101011000100110100111111010000010011111101001011 | 3f443f473fa8ac4d3f413f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)