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 | 隘ェ闍ヲ跚 | 1110100010100101101010101110100010001011101001101110011011100111 | e8a5aae88ba6e6e7 |
EUC-JP | 隘ェ闍ヲ跚 | 11110000101001111000111010101010111011111110101110001110101001101110110011101001 | f0a78eaaefeb8ea6ece9 |
UTF-8 | 隘ェ闍ヲ跚 | 111010011001101010011000111011111011110110101010111010011001011110001101111011111011110110100110111010001011011110011010 | e99a98efbdaae9978defbda6e8b79a |
UHC | 隘???? | 111001001111011000111111001111110011111100111111 | e4f63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)