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 | 糊?蜃?埃 | 1000110011010000001111111110010110000111001111111001101010111010 | 8cd03fe5873f9aba |
EUC-JP | 糊?蜃?埃 | 1011100011010010001111111110100111100111001111111101010010111100 | b8d23fe9e73fd4bc |
UTF-8 | 糊렍蜃렓埃 | 111001111011001110001010111010111010000010001101111010001001110010000011111010111010000010010011111001011001111110000011 | e7b38aeba08de89c83eba093e59f83 |
UHC | 糊렍蜃렓埃 | 11111011110101011000111010100011111000111111000110001110101010001110010011101111 | fbd58ea3e3f18ea8e4ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)