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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ナ膾ナ臙E | 11000101111001000101100111000101111001000110001001000101 | c5e459c5e46245 |
EUC-JP | ナ膾ナ臙E | 100011101100010111100111101110101000111011000101111001111100001101000101 | 8ec5e7ba8ec5e7c345 |
UTF-8 | ナ膾ナ臙E | 11101111101111101000010111101000100001101011111011101111101111101000010111101000100001111001100101000101 | efbe85e886beefbe85e8879945 |
UHC | ?膾??E | 001111111111110011101100001111110011111101000101 | 3ffcec3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)