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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隘ュ闍ヲ闊檻 | 11101000101001011010110111101000100010111010011011101000100010001001111101000010 | e8a5ade88ba6e8889f42 |
EUC-JP | 隘ュ闍ヲ闊檻 | 111100001010011110001110101011011110111111101011100011101010011011101111111010001101110110100011 | f0a78eadefeb8ea6efe8dda3 |
UTF-8 | 隘ュ闍ヲ闊檻 | 111010011001101010011000111011111011110110101101111010011001011110001101111011111011110110100110111010011001011110001010111001101010101010111011 | e99a98efbdade9978defbda6e9978ae6aabb |
UHC | 隘???闊檻 | 111001001111011000111111001111110011111111111100110001001111100111100011 | e4f63f3f3ffcc4f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)