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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 町???遵?\ | 100100101010110000111111001111110011111110001111100001010011111101011100 | 92ac3f3f3f8f853f5c |
EUC-JP | 町?焌?遵?\ | 1100010010101110001111111000111111001001111010000011111110111101111001010011111101011100 | c4ae3f8fc9e83fbde53f5c |
UTF-8 | 町렢焌렪遵렗\ | 11100111100101001011101011101011101000001010001011100111100001001000110011101011101000001010101011101001100000011011010111101011101000001001011101011100 | e794baeba0a2e7848ceba0aae981b5eba0975c |
UHC | 町렢焌렪遵렗\ | 11101111111010111000111010110011111100011110000010001110101110001111000111100101100011101010110001011100 | efeb8eb3f1e08eb8f1e58eac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)