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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 宍昇ョBF | 1111001010100001100011101011001110001111101110001111010110001110101011100100001001000110 | f2a18eb38fb8f58eae4246 |
EUC-JP | ?宍昇?ョBF | 00111111101111001011010110111110101110100011111110001110101011100100001001000110 | 3fbcb5beba3f8eae4246 |
UTF-8 | 宍昇ョBF | 1110111010000111100110001110010110101110100011011110011010011000100001111110111010001111101110011110111110111101101011100100001001000110 | ee8798e5ae8de69887ee8fb9efbdae4246 |
UHC | ??昇??BF | 0011111100111111111000111011000000111111001111110100001001000110 | 3f3fe3b03f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)