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 | 祭逗圖? | 10001101110101011001000010000000100110101010010000111111 | 8dd590809aa43f |
EUC-JP | 祭逗圖? | 10111010110101111011111111100000110101001010011000111111 | bad7bfe0d4a63f |
UTF-8 | 祭逗圖狀 | 111001111010010110101101111010011000000010010111111001011001110010010110111011111010011110111010 | e7a5ade98097e59c96efa7ba |
UHC | 祭逗圖狀 | 1111000010101110110101001110100011010011111100011110110111101110 | f0aed4e8d3f1edee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)