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 | 涅η??? | 10011111101110001000001111000101001111110011111100111111 | 9fb883c53f3f3f |
EUC-JP | 涅η?焰? | 110111101011101010100110110001110011111110001111110010011110111100111111 | debaa6c73f8fc9ef3f |
UTF-8 | 涅η콫焰쥘 | 1110011010110110100001011100111010110111111011001011110110101011111001111000010010110000111011001010010110011000 | e6b685ceb7ecbdabe784b0eca598 |
UHC | 涅η콫焰쥘 | 11100110111011101010010111100111101100011001111111100110111110111100000111100110 | e6eea5e7b19fe6fbc1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)