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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 隘ュ闍ヲ笆シB | 11101000101001011010110111101000100010111010011011100010100101101011110001000010 | e8a5ade88ba6e296bc42 |
EUC-JP | 隘ュ闍ヲ笆シB | 11110000101001111000111010101101111011111110101110001110101001101110001111110110100011101011110001000010 | f0a78eadefeb8ea6e3f68ebc42 |
UTF-8 | 隘ュ闍ヲ笆シB | 11101001100110101001100011101111101111011010110111101001100101111000110111101111101111011010011011100111101011001000011011101111101111011011110001000010 | e99a98efbdade9978defbda6e7ac86efbdbc42 |
UHC | 隘?????B | 1110010011110110001111110011111100111111001111110011111101000010 | e4f63f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)