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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??檍?迅?^ | 001111110011111110011110111110000011111110010000011101100011111101011110 | 3f3f9ef83f90763f5e |
EUC-JP | 邕?檍?迅?^ | 1000111111100001111011010011111111011100111110100011111110111111110101110011111101011110 | 8fe1ed3fdcfa3fbfd73f5e |
UTF-8 | 邕렢檍렪迅렢^ | 11101001100000101001010111101011101000001010001011100110101010101000110111101011101000001010101011101000101111111000010111101011101000001010001001011110 | e98295eba0a2e6aa8deba0aae8bf85eba0a25e |
UHC | 邕렢檍렪迅렢^ | 11101000101110111000111010110011111001011110010110001110101110001110001111110110100011101011001101011110 | e8bb8eb3e5e58eb8e3f68eb35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)