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 | 11110001111000001100110011101000100011101010111010001110101010100100001001000110 | f1e0cce88eae8eaa4246 |
EUC-JP | ?フ闔ョ蒔BF | 0011111110001110110011001110111111101110100011101010111010111100101011000100001001000110 | 3f8eccefee8eaebcac4246 |
UTF-8 | フ闔ョ蒔BF | 1110111010000101100110111110111110111110100011001110100110010111100101001110111110111101101011101110100010010010100101000100001001000110 | ee859befbe8ce99794efbdaee892944246 |
UHC | ??闔?蒔BF | 001111110011111111111001111011110011111111100011110010000100001001000110 | 3f3ff9ef3fe3c84246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)