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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隘ュ闍ヲ迺ス^ | 11101000101001011010110111101000100010111010011011100111100100101011110101011110 | e8a5ade88ba6e792bd5e |
EUC-JP | 隘ュ闍ヲ迺ス^ | 11110000101001111000111010101101111011111110101110001110101001101110110111110010100011101011110101011110 | f0a78eadefeb8ea6edf28ebd5e |
UTF-8 | 隘ュ闍ヲ迺ス^ | 11101001100110101001100011101111101111011010110111101001100101111000110111101111101111011010011011101000101111111011101011101111101111011011110101011110 | e99a98efbdade9978defbda6e8bfbaefbdbd5e |
UHC | 隘?????^ | 1110010011110110001111110011111100111111001111110011111101011110 | e4f63f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)