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 | 涅η????^ | 100111111011100010000011110001010011111100111111001111110011111101011110 | 9fb883c53f3f3f3f5e |
EUC-JP | 涅η?焰??^ | 1101111010111010101001101100011100111111100011111100100111101111001111110011111101011110 | debaa6c73f8fc9ef3f3f5e |
UTF-8 | 涅η콫焰쥘짎^ | 111001101011011010000101110011101011011111101100101111011010101111100111100001001011000011101100101001011001100011101100101001111000111001011110 | e6b685ceb7ecbdabe784b0eca598eca78e5e |
UHC | 涅η콫焰쥘짎^ | 11100110111011101010010111100111101100011001111111100110111110111100000111100110101000111001101001011110 | e6eea5e7b19fe6fbc1e6a39a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)