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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 町???遵 | 10010010101011000011111100111111001111111000111110000101 | 92ac3f3f3f8f85 |
EUC-JP | 町?焌?遵 | 110001001010111000111111100011111100100111101000001111111011110111100101 | c4ae3f8fc9e83fbde5 |
UTF-8 | 町렢焌렪遵 | 111001111001010010111010111010111010000010100010111001111000010010001100111010111010000010101010111010011000000110110101 | e794baeba0a2e7848ceba0aae981b5 |
UHC | 町렢焌렪遵 | 11101111111010111000111010110011111100011110000010001110101110001111000111100101 | efeb8eb3f1e08eb8f1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)