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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 隘ェ迢力 | 11101000101001011010101011100111100010111001011111001101 | e8a5aae78b97cd |
EUC-JP | 隘ェ迢力 | 1111000010100111100011101010101011101101111010111100111011001111 | f0a78eaaedebcecf |
UTF-8 | 隘ェ迢力 | 111010011001101010011000111011111011110110101010111010001011111110100010111001011000101010011011 | e99a98efbdaae8bfa2e58a9b |
UHC | 隘??力 | 111001001111011000111111001111111101010111110100 | e4f63f3fd5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)